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?
基础教程推荐
- 如何替换eregi() 2022-01-01
- 如何在 Laravel 5.3 注册中添加动态下拉列表列? 2021-01-01
- 学说 dbal querybuilder 作为准备好的语句 2022-01-01
- 如何在 Laravel 中使用 React Router? 2022-01-01
- PHP 类:全局变量作为类中的属性 2021-01-01
- 在PHP中根据W3C规范Unicode 2022-01-01
- PHP PDO MySQL 查询 LIKE ->多个关键词 2021-01-01
- 有什么方法可以用编码 UTF-8 而不是 Unicode 返回 PHP`json_encode`? 2021-01-01
- YouTube API v3 点赞视频,但计数器不增加 2022-01-01
- Cron Jobs 调用带有变量的 PHP 脚本 2022-01-01
