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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: