如何重写 Visual Studio 文本编辑器的部分内容?
我喜欢 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过尝试查找其他人编写的扩展,您将获得最快的回报,因此请从 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.