问题描述
我是一名 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?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!