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?


基础教程推荐
- 主题化 Drupal 7 的 Ubercart “/cart"页 2021-01-01
- php中的foreach复选框POST 2021-01-01
- PHPUnit 的 Selenium 2 文档到底在哪里? 2022-01-01
- Web 服务器如何处理请求? 2021-01-01
- php 7.4 在写入变量中的 Twig 问题 2022-01-01
- 将变量从树枝传递给 js 2022-01-01
- 如何在数学上评估像“2-1"这样的字符串?产生“1"? 2022-01-01
- 使用 scandir() 在目录中查找文件夹 (PHP) 2022-01-01
- php中的PDF导出 2022-01-01
- Yii2 - 在运行时设置邮件传输参数 2022-01-01