Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人在 Visual Studio 2010 中将语言服务 (MPF) 与编辑器扩展 (MEF) 集成的正确方法。
在哪里实现成员补全、语法高亮、快速信息等?
有什么可用的例子吗?
谢谢!
MSDN推荐使用新的编辑器 API,这里有 IronPython 集成解决方案的源代码。
谢谢大家!