In VSCode go to definition works only when the code compiles #14180
-
Is there a reason it works this way? It is really annoying that even the smallest change breaks go to definition. |
Beta Was this translation helpful? Give feedback.
Answered by
flodiebold
Feb 20, 2023
Replies: 1 comment 1 reply
-
It doesn't usually work that way. Maybe there's a proc macro involved that fails to expand completely? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ylinik-dn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It doesn't usually work that way. Maybe there's a proc macro involved that fails to expand completely?