I have problem with VsCode with missing error in editor when item is not imported
In RustRover/Intelij Idea, not imported items have red color and with right click I can import them from proper location
With VsCode(with installed rust-analyzer extension) I don't see similar option and variable is colored like any other, so I cannot fast find wrong one.
Is there any settings to change that to match intelij behavior?
This is probably the last blocker that I see in migration to vscode.
If rust-analyzer is working/set up correctly, there should be a small light bulb and (maybe depending on the color theme) the fs should be red:
Does e.g. completion work in that file?