Getting Roslyn workspace from the add-in
Answered
Hello guys!
I'm trying to port LiveSharp Visual Studio extension to Rider.
From Visual Studio extension I can get Roslyn Workspace using the following code:
_componentModel = (IComponentModel)GetGlobalService(typeof(SComponentModel));
_workspace = _componentModel.GetService<VisualStudioWorkspace>();
Is it possible to do something similar inside the Rider add-in?
Please sign in to leave a comment.
up
Missed the link. Please, contact Matthias to get invited.
Hello Alexandra,
Thank you for your reply. I would gladly join the Slack channel, although I think you have pasted the wrong link in the latest post.
You're right, something goes wrong with forum comments. You can find the right link at the end of this article.
Thanks!