在 Visual Studio IDE 2005 中突出显示缩进
我想在 Visual Studio IDE 2005 中突出显示缩进。
我想用句点 (.) 替换空格,
例如:- 这就是我想要的
main .{ ..Print("hello World"); .}
I want to HighLight Indentation in Visual Studio IDE 2005.
I want to replace space with periods(.)
for e.g:- This is what I want
main .{ ..Print("hello World"); .}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
唯一内置的类似的东西是编辑|高级|查看空白(Ctrl-E,S)
CodeRush Express,免费下载也可以在这个方向上做一些事情(尽管它可能在 2005 年不起作用?)
The only built in thing that's similar is Edit|Advanced|View Whitespace (Ctrl-E, S)
CodeRush Express, a free download also does stuff in this direction (though it might not work in 2005?)