【发布时间】:2015-05-27 22:01:16
【问题描述】:
我想知道是否有办法在 if、while 等表达式中突出显示全部内容。
我必须处理缩进不良的代码,其中表达式可以覆盖超过 1000 行,而我无法对其进行格式化。
例如:
if ($somethingTrue) {
while ($somethingHappen) {
// 500 lines...
} }
if ($someCondition) {
}
看,很难看到第一个 if 的结尾以及它涵盖的内容......
有人知道 netbeans 上是否有本地功能或插件可以完成这项工作吗?
谢谢!
【问题讨论】:
标签: netbeans plugins expression highlight