Is it possible to grab the code editor "control" used within Visual Studio using the VS SDK APIs? Would I be able to draw this control to other places outside of Visual Studio?
I would like to have C# editing capabilities in the application I am considering developing (with IDE support that the code editor provides).