哪里可以找到netbeans php开发的快捷键?

发布于 2024-12-17 23:10:47 字数 65 浏览 2 评论 0原文

我用谷歌搜索了这个,发现了一些旧东西,当我进行 php 开发时,在哪里可以找到 netbeans 的关键字快捷方式?

I googled this and I found some old stuff, where can I find the keyword shortcuts for netbeans, when I'm doing php development?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

笑忘罢 2024-12-24 23:10:47

如果我理解正确的话,您正在寻找代码模板缩写,它允许您执行诸如键入 do 然后按 TAB< /code> 按钮并获取:

do {

} while (true);

您可以在 Tools > 下找到所有这些缩写。选项>编辑器[TAB]>代码模板[TAB]。然后要查看 PHP 的缩写,您可以使用 Language 组合框选择 PHP。

您还可以在此处添加您自己的代码模板。请参阅以下内容,了解添加您自己的 PHP 代码模板的语法。

http://netbeans.org/kb/docs/php/code-templates .html#语法

If I understand you correctly, you are looking for the Code Template Abbreviations that allow you to do things like, for instance, type do and then press the TAB button and get:

do {

} while (true);

You can find all of these abbreviations under Tools > Options > Editor[TAB] > Code Templates[TAB]. Then to see the abbreviations for PHP you can select PHP using the Language combo box.

You can also add your own code templates here. See the following for the syntax for adding your own PHP code template.

http://netbeans.org/kb/docs/php/code-templates.html#syntax

随波逐流 2024-12-24 23:10:47

在选项下有一个键盘映射选项卡,但不确定它有多完整。

Under options there's a keymap tab, not sure how complete that is though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文