Assuming I have a language and I want to create an IDE for it. Is there a way to "convert" the IDE of a visual studio to support my language?
What I mean is that we can use the visual studio IDE to create an IDE for our own language, providing us with intellisense support and all the benefits of entering code in a full-blown IDE and entering code in notepad.
I would like to create a text editor with intellisense support (at least an IDE, albeit not a full one), which tools would be available for this (without the need for code from scratch)
source share