我正在寻找用于开发 PHP Web 应用程序的编辑器 (IDE)。我至少需要它来处理 HTML、CSS、JavaScript 和 PHP。
我正在寻找的是软件中的代码自动完成功能。例如,当我键入mysql_c时,它应该会显示mysql_connect()参数和语法。
我来自 Windows 背景,我使用 codelobster php 进行编程。在我切换到 Linux (Ubuntu 12.04) 之前它是完美的,只是发现它在 Linux 中不可用。
请推荐支持自动补全的类似 IDE。
我正在寻找用于开发 PHP Web 应用程序的编辑器 (IDE)。我至少需要它来处理 HTML、CSS、JavaScript 和 PHP。
我正在寻找的是软件中的代码自动完成功能。例如,当我键入mysql_c时,它应该会显示mysql_connect()参数和语法。
我来自 Windows 背景,我使用 codelobster php 进行编程。在我切换到 Linux (Ubuntu 12.04) 之前它是完美的,只是发现它在 Linux 中不可用。
请推荐支持自动补全的类似 IDE。
对于这些要求,我推荐 JetBrains 的PhpStorm。我多年来一直使用它和其他构建在同一平台上的 JetBrains IDE,并且对它们非常满意。然而,它不是免费的。
Any decent IDE would support that, besides this question is already asked before.
So, according to your requierments, I can recommend:
1.Eclipse PDT - Really good, I'm currently using it with XDebug.
2.Netbeans - It was my favorite till I failed to install a Debugger on it. then switched to PDT
these two IDE's provides code completion, syntax checking, and integration with debuggers. Also, both of them are cross-platform, which means if you ever wanted to return to Windows, they'll be there for you.
Still not intrested? take a look here
我使用Sublime Text 2已经有一段时间了,我觉得它是 Web 开发的最佳选择。
有了很多活动的包/插件,它使冗余任务变得更加容易。
到目前为止,它从未崩溃过,不像 eclipse 会在一段时间后挂起/崩溃。你绝对应该试一试。