什么样的 PHP Netbeans IDE 配置可以提高开发效率?
例如,我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最常用的宏绑定到 Ctrl-;
这会在当前行的末尾放置一个分号,而无需移动光标
我最常用的两个自定义键映射
这些不是 PHP 特定的,但它确实使我在开发中更有效率PHP 脚本。
My most used macro bound to Ctrl-;
This puts a semicolon at the end of the current line without moving your cursor
Two custom key mappings I use most
These are not PHP specific, but it does make me more productive in developing PHP scripts.