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 ) {...
引数の周りにスペースを入れるのは醜いです...とにかく、次の場所でフォーマットオプションをカスタマイズできます。
ツール>オプション>エディター>フォーマット
ここでは、 PHP言語を選択する必要があり、すべてのコーディングスタイルをカスタマイズできます(タブとインデントだけではありません)。