使用基于 Visual Studio 2010 SDK MEF 的文本编辑器进行基于 IntelliSense 的代码片段处理

发布于 2024-08-29 03:41:54 字数 376 浏览 6 评论 0原文

使用新的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文