Hi, I want extend VS 2015 with a my custom language.
I'm seeing that it is possible create a custom project type using the new Visual Studio Common Project System.
To extend the VS Text editor with Syntax highlight, Outlining, etc I'm seeing that it is possible with MPF
https://msdn.microsoft.com/en-us/library/dd885121.aspx
But, I found alternative way using LanguageService https://msdn.microsoft.com/en-us/library/bb165099.aspx.
I want to know which is the best way to create my extension?
Thanks
Andrea