Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/287.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Netbeans 7.4中的Reindent/Format php_Php_Netbeans - Fatal编程技术网

Netbeans 7.4中的Reindent/Format php

Netbeans 7.4中的Reindent/Format php,php,netbeans,Php,Netbeans,如何更新php代码,使其在Netbeans 7.4中看起来清晰 例如: 我想转换代码(只需单击一个按钮),如下所示: function helloworld(){echo 'hello world';} 致: 右键单击->格式 这是一个糟糕的问题,很容易找到。使用热键: ALT+SHIFT+F 或从菜单Source>Format 您甚至可以从中自定义格式 工具>选项>编辑器>格式设置是的,你是对的。有时我在树林里看不见福勒斯特。答案是:@Manu这个问题应该是重复的。 function hel

如何更新php代码,使其在Netbeans 7.4中看起来清晰

例如:

我想转换代码(只需单击一个按钮),如下所示:

function helloworld(){echo 'hello world';}
致:

右键单击->格式

这是一个糟糕的问题,很容易找到。

使用热键:

ALT+SHIFT+F

或从菜单
Source>Format

您甚至可以从中自定义格式


工具>选项>编辑器>格式设置

是的,你是对的。有时我在树林里看不见福勒斯特。答案是:@Manu这个问题应该是重复的。
function helloworld(){
    echo 'hello world';
}