什么是 PHP 的最佳 IDE?

What is the best IDE for PHP?(什么是 PHP 的最佳 IDE?)
本文介绍了什么是 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?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Convert JSON integers and floats to strings(将JSON整数和浮点数转换为字符串)
in php how do I use preg replace to turn a url into a tinyurl(在php中,如何使用preg替换将URL转换为TinyURL)
all day appointment for ics calendar file wont work(ICS日历文件的全天约会不起作用)
trim function is giving unexpected values php(Trim函数提供了意外的值php)
Basic PDO connection to MySQL(到MySQL的基本PDO连接)
PHP number_format returns 1.00(Php number_Format返回1.00)