什么样的 PHP Netbeans IDE 配置可以提高开发效率?

发布于 2024-09-02 17:51:54 字数 121 浏览 5 评论 0原文

例如,我使用 Netbeans for PHP,并开始集成 PHPUnit 和 PHPUnit。 XDebug 作为我正常设置的一部分。对 Netbeans 默认设置的其他哪些插件/修改可以更加高效和有用。

谢谢

For example I use Netbeans for PHP and have started to integrate PHPUnit & XDebug as part of my normal setup. What other plugins/modifications to Netbeans default setup can be more productive and useful.

Thank You

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

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

发布评论

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

评论(1

指尖微凉心微凉 2024-09-09 17:51:54

我最常用的宏绑定到 Ctrl-;

";" delete-previous caret-end-line ";" jump-list-last-edit jump-list-last-edit

这会在当前行的末尾放置一个分号,而无需移动光标

我最常用的两个自定义键映射

  • Ctrl+PERIOD 映射到选择行
  • Ctrl+COMMA 映射到选择单词

这些不是 PHP 特定的,但它确实使我在开发中更有效率PHP 脚本。

My most used macro bound to Ctrl-;

";" delete-previous caret-end-line ";" jump-list-last-edit jump-list-last-edit

This puts a semicolon at the end of the current line without moving your cursor

Two custom key mappings I use most

  • Ctrl+PERIOD mapped to Select Line
  • Ctrl+COMMA to Select Word

These are not PHP specific, but it does make me more productive in developing PHP scripts.

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