What is the best IDE for PHP?(什么是 PHP 的最佳 IDE?)
问题描述
我是一名 PHP 开发人员,现在我使用 Notepad++ 编写代码编辑,但最近我一直在寻找一个 IDE 来简化我的工作.
I'm a PHP developer and now I use Notepad++ for code editing, but lately I've been searching for an IDE to ease my work.
我查看了 Eclipse,Aptana Studio 和其他几个,但我并没有真正决定,它们看起来都不错,但有点复杂.我相信一旦我习惯了一切都会变得容易,但我不想浪费我的时间.
I've looked into Eclipse, Aptana Studio and several others, but I'm not really decided, they all look nice enough but a bit complicated. I'm sure it'll all get easy once I get used to it, but I don't want to waste my time.
这就是我要找的:
- FTP 支持
- 代码高亮
- SVN 支持会很棒
- Ruby 和 JavaScript 会很棒
推荐答案
对于 PHP 我会推荐 PhpStorm.
For PHP I would recommend PhpStorm.
支持FTP/SFTP同步,与Subversion、CVS, Mercurial 甚至是 Git.此外,它还支持 HTML、CSS、JavaScript 并像 PHP 代码、JSON 等中的 SQL 或 HTML 块一样处理语言混合.
It supports FTP/SFTP synchronization, integrates well with Subversion, CVS, Mercurial and even with Git. Also, it supports HTML, CSS, JavaScript and handles language-mixing well like SQL or HTML blocks inside PHP code, JSON, etc.
但是,如果您需要 Ruby,您可以尝试另一个 IDE - RubyMine 具有相同的功能,但适用于 Ruby.
But if you need Ruby you can try another IDE - RubyMine with same capabilities but for Ruby.
这篇关于什么是 PHP 的最佳 IDE?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:什么是 PHP 的最佳 IDE?


基础教程推荐
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- 在多维数组中查找最大值 2021-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- 超薄框架REST服务两次获得输出 2022-01-01