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.
我想为 PHP 配置 netbeans。如何让它在函数参数之前和之后自动放置空格:
myfunction($arg1) {...
但是什么:
myfunction( $arg1 ) {...
args 周围有空格很难看...无论如何,您可以在以下位置自定义格式选项:
工具 > 选项 > 编辑器 > 格式
在这里,您必须选择PHP 语言,并且可以自定义所有编码样式(不仅仅是Tabs 和 Indents)。