Replies: 2 comments 1 reply
-
Should users in the ultimate picture be able to goto not just |
Beta Was this translation helpful? Give feedback.
-
I would think yes. To the best of the LSP's ability it should be able to go to any definition be it in the std or a separate crate. This can help if a user doesn't know where a definition comes from or wants to see how something is implemented. E.g. going to the definition of methods on the |
Beta Was this translation helpful? Give feedback.
-
Problem
Should IDE plugin and
lsp
realize requests to jump to definitions/declarations/etc ofstd
library?We deliver this library "embedded".
Happy Case
IDE plugins understand a virtual file system (either on ide side or lsp side) and is able to open source of
std
library and navigate to location of a definition.Alternatives Considered
No response
Additional Context
Tracking in
feat(lsp): goto definitions of std library #3721
Would you like to submit a PR for this Issue?
No
Support Needs
No response
Beta Was this translation helpful? Give feedback.
All reactions