visual-studio-addins

Is there a custom language add-in for Visual Studio 2012 / VS11?

痴心易碎 提交于 2019-11-27 15:22:20
问题 Well I want to add support for the PAWN language to Visual Studio 2012. But because of the lack of experience and lack of tutorials/add-ins which I can edit it's really a difficult task. For now I only want to add the filetypes and compiler, no need for intellisense and for syntax highlighting the C syntax highlighter can be used. I know there is the OOK Language implementation and Boo Language but those add-ins are for VS2010 and won't compile for VS2012. How would I accomplish this? Is

Visual Studio 2010 addin writing articles/tutorials? [closed]

跟風遠走 提交于 2019-11-26 18:56:33
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 8 years ago . Does anyone know of some good articles / tutorials on writing addins/plugins for Visual Studio 2010? 回答1: Getting Started with