开发者

How to write Visual Studio addin for custom text coloring?

开发者 https://www.devze.com 2022-12-09 16:41 出处:网络
I need to write a visual studio 2005+ addin for custom coloring 开发者_如何学运维of some file format (for example, i need to highlight all words \"test\" in files that has \".test\" extension). Is it

I need to write a visual studio 2005+ addin for custom coloring 开发者_如何学运维of some file format (for example, i need to highlight all words "test" in files that has ".test" extension). Is it any good tutorials available? MSDN help is very general and huge :(. Preferable language is C#, but VB or C++ will do too :).


This question might help:

Custom syntax highlighting for VS 2008

They talk about building on top of DxCore, which is the base that CodeRush is built on.


You will need to write a language service, which is part of VSX (Visual Studio Extensibility)

0

精彩评论

暂无评论...
验证码 换一张
取 消