Not seeing auto import in quick fix prompt since v1.32.0. #6419
Labels
BSP
Generic BSP related tickets
bug
Something that is making a piece of functionality unusable
mill
Mill related tickets
upstream-fix-needed
Waiting on a fix upstream
Note: To me this only happens in mill-bsp mode; Bloop seems to work as expected.
Activating auto complete or clicking the lightbulb for a quick fix in versions v1.31.0 and below will offer to add an import statement for a class if it's in the index and currently not imported.
From v.1.32.0+ this prompt will not display auto import.
To Reproduce Steps to reproduce the behavior:
I can reproduce this with the following setup
.mill-version
file)def scalaVersion = "3.4.1"
Metals: Attempt to generate bsp config for build tool.
action — this puts vscode-metals into mill-bsp mode.After this step a very simple program can be constructed:
Attempting to quick-fix the ListBuffer symbol will trigger the behaviour.
Screenshots

Installation:
Additional context
Search terms
mill bsp quick fix auto import
The text was updated successfully, but these errors were encountered: