如何重写 Visual Studio 文本编辑器的部分内容?

发布于 2024-10-06 04:57:59 字数 102 浏览 4 评论 0原文

我喜欢 Visual Studio,但 VC++ 文本编辑器可能非常烦人,尤其是在确定哪些内容应该可折叠时。我将如何编写一个 Visual Studio 扩展来覆盖文本编辑器的部分默认行为?

I love visual studio, but the VC++ text editor can be pretty annoying, especially when it comes to determining what should be collapsible. How would I go about writing a Visual Studio extension that overrides parts of the default behavior of the text editor?

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

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

发布评论

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

评论(1

冷情 2024-10-13 04:57:59

通过尝试查找其他人编写的扩展,您将获得最快的回报,因此请从 http://www.visualstudiogallery.com 开始。如果没有任何内容接近您想要的,http://msdn.microsoft.com /en-ca/vstudio/vextend.aspx 是一个开发中心,可帮助您开始扩展 Visual Studio。

You'll get the fastest return from trying to find an extension someone else wrote, so start at http://www.visualstudiogallery.com. If nothing there comes close to what you want, http://msdn.microsoft.com/en-ca/vstudio/vextend.aspx is a dev centre to help you get started extending Visual Studio.

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