1

How to enable in VS Code rust-analyzer

  • hints
  • linting
  • auto complete?

here no contains function enter image description here

Vikkes
  • 463
  • 4
  • 17

1 Answers1

1

I needed to add the correct folder to workspace and now it works just as a charm

Vikkes
  • 463
  • 4
  • 17
  • I did the same; was trying to run a monorepo with a load of directories for notes and test projects. Needed to open the actual project root in a new VSC editor for rust-analyzer to take effect properly. – deadbyte Mar 29 '23 at 22:05