Visual Studio 2010 Extensibility, MPF and language

2019-04-22 21:11发布

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 find any easy tutorials or samples. Most samples are for Visual Studio 2008 (as for IronPython integration) or even VS2003. The few samples available for VS2010 do not work (including MPFProj) or do not compile, and are too hard to understand.

Is there any easy-to-understand sample, either using MPFProj or a standalone solution, showing how to integrate templates for a custom language inside Visual Studio 2010?

2条回答
贼婆χ
2楼-- · 2019-04-22 21:31
贪生不怕死
3楼-- · 2019-04-22 21:38

Seems that MSDN content is now up-to-date, and explains quite well how to do what I need. By the way, the MSDN tutorial is now available for Visual Studio 2010 (rewritten from an older version for Visual Studio 2008).

查看更多
登录 后发表回答