Apache Netbeans IDE中是否有快捷方式(例如:对于PHP)来创建一个方法(带有输入等),就像在Visual Studio中一样,如下面的答案所示:
Is there a shortcut in Visual Studio to create a method?
Visual Studio示例
IDE提示:
VS快捷方式生成如下方法:
private static void MySomeMethod(int a, string b)
{
throw new NotImplementedException();
}
对不起,我从answer复制信息来解释我的问题,因为我目前的PC上没有Visual Studio。
2条答案
按热度按时间pgx2nnw81#
ALT + Enter适合我(在Linux上测试)
ALT+Enter
generated code
dffbzjpn2#
不幸的是,在Apache NetBeans IDE中还没有生成方法存根的代码片段或类似的快捷方式。相反,它有许多Visual Studio中没有的优点,反之亦然。