Replies: 1 comment 1 reply
-
If you want to just get the results of built in features (e.g. go to definition, find references), you can use the VSCode command API to invoke the relevant commands. This is what we do in integration tests for example - https://github.com/dotnet/vscode-csharp/blob/main/test/lsptoolshost/integrationTests/gotoDefinition.integration.test.ts#L39 If you wish to access Roslyn's |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to write a vscode extension that requires input from the csharp extension. How can I find the right instance and how can I connect to it?
Beta Was this translation helpful? Give feedback.
All reactions