Visual Studio 如何扩展编辑器(转)
+1 for ranting about VS extensibility. It requires way too much boilerplate, it is hard to debug (e.g. you can't set breakpoints on MEF attributes), it is undiscoverable, and things that should be built-in (e.g. brace matching) have to be added manually (or if they are built-in, how can we find them without access to the source code of VS?)
https://github.com/mrlacey/CommentLinks
https://www.mrlacey.com/2020/11/a-festive-introduction-to-visual-studio.html
https://stackoverflow.com/questions/17167423/creating-a-tagger-that-has-more-than-one-tag-type-for-vs-extension
参考
Getting Started with Language Service and Editor Extensions

浙公网安备 33010602011771号