如何在Netbeans 8.2中选择代码

时间:2018-06-29 11:04:46

标签: php netbeans-8

我使用的是netbeans 8.2,无法弄清楚如何在PHP文件中的花括号中选择代码。引号相同。例如

if($x == false)

我想快速选择大括号内的所有行。在这一行中相同,如何仅在引号中选择文本

echo 'Some wrong text here';

有时我还需要在php标签<?php code here ?>之间选择代码。 Netbeans是一个不错的,很酷的IDE,因此我想学习有助于编码的功能。

感谢您的帮助

2 个答案:

答案 0 :(得分:0)

所以,如果我们写

if ($x = 'Something Wrong')

ALT + SHIFT +。首先选择引号中的文本,然后选择大括号中的文本。很好。

echo 'Some wrong text here';

ALT + SHIFT +。此处是相同的组合,但它也会选择引号。 希望我的回答可以帮助某人:)

答案 1 :(得分:-1)

请指定您的netbeans版本。

也尝试

Selecting Content Between Braces with Ctrl-Shift-[

有关更多信息,请访问

https://blogs.oracle.com/geertjan/selecting-content-between-braces-with-ctrl-shift-