Visual Studio 2010 Extensibility, MPF and language services
- by MainMa
Hi,
I am trying to extend Visual Studio 2010 RC to be able to use a custom programming language.
The first two things I've tried to do is a syntax highlight/Intellisense feature (easily done, thanks to "Ook!" sample from PDC09) and a possibility to create new project templates (i.e. be able to open *.myproj files).
For this second task, I can't…