Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to host the c# code editor in a visual studio extension window

I'm working on a visual studio 2010 extension and was wondering on how to obtain an existing language service ( the one for C# specifically ). All the articles I've seen on the web so far are about "Implementing your own language service", but I haven't been able to find any info on obtaining an M<existing one.

Just to provide some context here, the extension needs to open a custom wpf form on demand,in which i want to host a C# code editor window.

I'm not yet sure this is even possible, however any tips would be appreciated.

like image 853
redeye Avatar asked Nov 13 '22 10:11

redeye


1 Answers

Well, it took me forever to word this question correctly, but I found a blog post answering the question on Google: Hosting the C# Code Editor in a Tool Window

I know it's kind of rude to just dump a link, but helpful nonetheless I hope.

like image 101
M.Stramm Avatar answered Nov 16 '22 02:11

M.Stramm