You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should support jumping to the definition of a symbol (default pressing F12 in VS Code). This is an advanced editing feature planned for after the initial language server implementation.
This should also include types defined in a different file (and not necessarily present in the currently opened folder).
Summary
We should support jumping to the definition of a symbol (default pressing
F12
in VS Code). This is an advanced editing feature planned for after the initial language server implementation.This should also include types defined in a different file (and not necessarily present in the currently opened folder).
Additionally VS Code provides support to show all symbol definitions within a document (default typing
@
in command palette) and to show all symbol definitions within a folder (default typing#
in command palette).Work To Be Done
References
The text was updated successfully, but these errors were encountered: