使用基于 Visual Studio 2010 SDK MEF 的文本编辑器进行基于 IntelliSense 的代码片段处理
使用新的 Visual Studio 2010 SDK 针对基于 MEF 的基于编辑器结构进行开发,存在一个问题:
如何我使用 MEF 编辑器界面来处理 IntelliSense 中的代码片段行为? ICompletionSession 本身不是问题(例如获取可用的片段),而是填充片段,处理随后预期的操作,如选项卡、输入行为、文本替换等。
有没有什么办法可以做到这一点而不需要语言服务?检查 Visual Studio 基本编辑器实现中的内置行为,他们在一组基于语言服务的对象之上构建了 MEF 接口。
Using the new Visual Studio 2010 SDK developing against the MEF based editor structure there's a question:
How can I use the MEF editor interfaces to handle snippet behavior in IntelliSense? The ICompletionSession
itself is not a problem (e.g. get the available snippets) rather filling the snippet, handling the subsequently expected actions like tab, enter behavior, text replacement, etc.
Is there any way to do that without a language service? Checking the built-in behavior in Visual Studio base editor implementation they built the MEF interfaces on top of a set of language service based objects.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论