使用 HTML 页面的自定义智能感知开发 Visual Studio 加载项

发布于 2024-11-17 00:03:35 字数 258 浏览 1 评论 0原文

我想开发一个 Visual Studio 2010 插件(或任何其他解决方案)来支持 HTML 页面的自定义智能感知。我们在服务器端处理的 HTML 页面中使用特殊符号。例如:

<div id="id1">{foo.bar}</div>

我希望 Visual Studio 智能感知在 {} 的上下文中建议“foo”、“bar”等。我想知道写这样一个插件有多难?有没有类似的开源广告插件?

谢谢

I want to develop a Visual Studio 2010 add-in (or any other solution for that matter) that will support customized intellisense for HTML pages. We use special notation in our HTML pages that is processed on server side. For example:

<div id="id1">{foo.bar}</div>

I want Visual Studio intellisense to suggest "foo", "bar" etc in the context of {}. I was wondering how hard is it to write such a plugin? Are there any open source ad-ins like that out there?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

泅渡 2024-11-24 00:03:35

如果您坚持使用 XHTML,并且可以使用自定义 XML/XSD 架构来验证您​​的 XHTML。您可以在不使用插件的情况下执行此操作。

http://blogs.msdn.com/b/astebner /archive/2005/12/07/501466.aspx

If you stick with XHTML and can have a custom XML/XSD schema to validate your XHTML. You can do this without using an addin.

http://blogs.msdn.com/b/astebner/archive/2005/12/07/501466.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文