-
-
Notifications
You must be signed in to change notification settings - Fork 893
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add go-to definition in metadata (#4441)
* feat(lsp-csharp): Add goto to metadata definition Now if we try to find the definition of a symbol that is defined externally, it will try to load a stripped-down version of the file where is defined and show it in a temporal file. * feat(lsp-csharp): Add option for decompilation on goto definition. * Add entry to the CHANGELOG * refactor(lsp-csharp): Follow razzmat's suggestion. I renamed functionallity only used by omnisharp to be prefixed with lsp-csharp--omnisharp- I'm a little bit torn with lsp-csharp--path->qualified-name being prefixed like that, but only omnisharp is using it. * style(lsp-csharp): Fix compilation warnings and other misc stuff.
- Loading branch information
1 parent
fceda19
commit 750043c
Showing
3 changed files
with
77 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters