C++ Visual Studio 2010 中的代码片段支持
在 Visual C++ 2010 中使用代码片段的最佳方式是什么?我了解 Visual AssistX 并且喜欢它,但我更喜欢一些免费的解决方案。我读到问题: Visual Studio 中的 C++ 片段支持? ,但没有回答我的问题。
What is the best way to use snippets in Visual C++ 2010? I know about Visual AssistX and love it, but I'd prefer some free solution. I read question: C++ snippet support in visual studio? , but there is no answer to my question.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您始终可以通过编写 Visual Studio 宏(用 VBScript 编写并利用一些 VS 提供的 API)来在文件中插入特定的代码块来创建穷人的代码片段。
You can always create a poor-man's snippet by writing a Visual Studio Macro (written in VBScript and utilizing some VS-provided APIs) to insert a certain block of code in your file.