Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我认识到 Netbeans 7.4 中有用于 PHP 编码的新提示。
例如,有一个“Too Many Lines”提示说:
方法长度为 115 行(允许 10 行)
另一个提示是:
函数声明中的嵌套块过多。
我发现我可以在下面禁用每个提示:Tools > Options > Editor > Hints > PHP。
Tools > Options > Editor > Hints > PHP
但我不想完全禁用Too Many Lines提示。我想要做的是将IDE配置为允许100行而不是10行。有没有办法设置编码规则?
Too Many Lines
这很简单,我敢打赌你会为这个解决方案发笑。默认的 NetBeans 首选项窗口只是根据窗口大小隐藏选项。只需将窗口拉宽,您就会看到实际上有一个输入可以将默认值从 10 更改为您想要的任何值:)