问题描述
我在我的Python代码中使用的SPE IDE使用了这种可视提示",它看起来像一条垂直虚线,用于对齐(我称之为)功能块.如何在Visual Studio 2008中获得此选项?
The SPE IDE that I use for my Python code uses this "visual cue" that looks like a vertical dashed line for alignment of (what I would call) function blocks. How can I get this option in Visual Studio 2008?
这是它的样子:
推荐答案
我已经将其称为结构突出显示或代码概述.
I've seen it called structural highlighting or code outlining.
Developer Express提供了一个名为 CodeRush 的Visual Studio插件. 支持此操作(页面底部)以及很多其他功能更多.
There's a Visual Studio plug-in called CodeRush from Developer Express that supports this (bottom of the page) and a lot more.
更新:
正如divo所提到的,有一个免费的LiteRush版本.我确认它包括结构突出显示.
As divo mentioned, there is a free lite version of CodeRush. I confirmed that it includes structural highlighting.
这篇关于在IDE中对齐功能块的虚线是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!