Rust projects in the IDE

Hi. I have not dug deep into this but it seems like go-to-definition doesn't work when I open new projects in my favorite IDE. Is it the case that rust analyzer needs to load many things before it starts working? Can the analyzer be configured to load symbols in my project first before it looks at dependencies? If not should I start working on a patch for this?
Regards
Johan

What IDE are you using?

Is it the case that rust analyzer needs to load many things before it starts working?

Yes, it needs to index your code ("symbols") before GoTo can work. This can take a few minutes.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.