vscode-csharp
vscode-csharp copied to clipboard
Make new VS code Extension based on this one
From vscode-dotnettools created by pieroflacco: microsoft/vscode-dotnettools#973
Describe the feature you'd like
Hi,
I'm building my own VsCode Extension and I would like to know if it is possible to programmatically use language server features provided by the c# Devkit. In particular I need to parse a c# file and get informations about classes and methods contained in it. I also need to write some code (practically a simple method) at a given position in the file in respect to other methods.
Is there anyting in c#DevKit I can usa? Is there any documentation in regard?
Thanks for considering my request. cheers
Alternatives considered
No response
Environment Information
No response
This ties to our extensibility plans. We are current atleast a few sprints out before we get resourcing to come back to it. We will kepe this issue posted when we know more specific timelines and have a working sample.