用于子类构造函数生成代码的 NetBeans 键盘快捷键是什么?
今天我在 NetBeans (PHP) 中编码,在输入构造函数时手滑了。它一定是按下了键盘快捷键,因为一个为子类设计的构造函数出现在我的屏幕上(即它调用了父构造函数,所以它不是插入代码 -> 构造函数
,我不知道不去想)。有谁知道捷径是什么?
I was coding in NetBeans (PHP) today, and my hand slipped while I was typing a constructor. It must have hit a keyboard shortcut, because a constructor that was designed for a child class appeared on my screen (i.e. it called the parent constructor, so it's not the Insert Code -> Constructor
, I don't think). Does anyone know what the shortcut is?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不是Alt-Insert吗?
Isn't it Alt-Insert?
在电脑上:
Alt
+Insert
在 MAC 上:
控制
+I
On a PC:
Alt
+Insert
On a MAC:
Control
+I