Should I expect to be getting auto import recommendations from VSCode?

I was hoping to get auto import recommendations in VSCode! Just want to check to make sure that it is to be expected? I've been debugging my VSCode for a few hours trying to figure it out... no luck!
No description
1 Reply
Filip
Filip8mo ago
Hi @Ross W! Auto imports are kind of working, but not fully. After you add a single symbol from a library (e.g., Link from react-router, VS Code will know how to autocomplete other imports from the same library. This applies for all libraries across all files. It'a an annoyance, for sure. We're planning to fix it by restructuring how Wasp projects look, which is a change we'll ship in a couple of weeks.