Using the Visual Studio Code Editor as a Control in an Extension

I am trying to write an extension for Visual Studio 2010. I want to add several code editors next to each other in one window to show a bunch of code extracts in one view. Is it possible to use the Visual Studio Code Editor for C # as a control so that it can be placed in a panel or in a WPF canvas? Is there a dll where I can find the Visual Studio Code Editor and how can I download it?

Thank you very much ksman

+3
source share
1 answer

Visual Studio Language Services, . #, . , #, .

, . visual studio SDK. , , WPF.

, .

, dll , . , . ...

, Visual Studio - . . , , , .

+1

All Articles