How to create a new language for use in Visual Studio

前端 未结 7 1911
礼貌的吻别
礼貌的吻别 2020-11-28 17:42

I want to write a new templating language, and I want Visual Studio to \"support\" it. What I need to know is:

  1. How do I parse my new language?
7条回答
  •  夕颜
    夕颜 (楼主)
    2020-11-28 18:25

    I wrote a VS Language Service using this article as my basis: http://www.codeproject.com/KB/recipes/VSLanguageService.aspx

    It wasn't too bad if you have a basic handle on Grammars.

提交回复
热议问题