寻找一款适用于 Linux 的超级智能 IDE 或编码编辑器
我目前正在使用 Geany,它非常好,但我正在寻找更高级的东西。最好我正在寻找一个适合 Web 开发的编辑器,它足够智能,可以根据光标所在的位置更改语法颜色和代码完成。例如,我可能正在编辑 .php 文件,但我也可以在 CSS、HTML、JavaScript 或 PHP 块内进行编辑。是否有一个足够智能的编辑器可以根据我在文件中编辑的位置进行调整?
如果做不到这一点,我正在寻找一个具有非常好的代码提示和完成功能的编辑器,即使对于像 jQuery 这样的库也是如此,并且它在自动缩进等方面应该是完美的。
谢谢!
编辑:仅限免费解决方案。
I'm currently using Geany which is pretty good, but I'm looking for something a little more advanced. Preferably I'm after an editor good for web development that is smart enough to change syntax coloring and code completion based on where my cursor is. For instance, I may be editing a .php file, but I could be editing within a block of CSS, HTML, JavaScript, or PHP. Is there an editor smart enough to adjust depending on where I'm editing within a file?
Failing that, I'm looking for an editor that has really great code hinting and completion, even for libraries like jQuery, and it should be flawless at auto indenting, etc.
Thanks!
EDIT: Free solutions only.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试一下 Aptana 3.0,它对于 Linux 用户来说是一个不错的免费选择。
如果您已经安装了 Eclipse,则只需安装 Aptana 插件即可。
http://www.aptana.com/
Try Aptana 3.0 its a good free choice for linux users.
If you already have Eclipse you can just install the Aptana plugin.
http://www.aptana.com/
尝试 NetBeans... 它是免费的
Try NetBeans... It is free
Notepad++ 是 FOSS,具有您所指的 PHP 相关功能;它是一个很棒的编辑器,但它没有内置的“重”IDE 功能,例如调试。
PhpED 是一个强大且强大的 IDE,可付费免费试用,但它适用于 PHP 和 Web 脚本语言,而不是通用 IDE。然而,它具有非常好的调试 PHP 的工具,包括允许您通过 PhpED 运行服务器来测试您的站点,并允许您在多个版本的 PHP 中进行调试,也许更重要的是,它还提供了一个用于查找代码中瓶颈的配置文件。注意我只使用过 Windows 版本的 PhpED,但是我不知道他们的 Linux 选项是什么。
如果您正在进行 Web 开发,我认为两者都足够,但您不会在其中找到诸如调试 C++/非 Web 相关编程语言之类的功能。
Notepad++ is FOSS and has the PHP related functionality you're referring to; it's a great editor but it doesn't have built-in "heavy" IDE functionality like debugging.
PhpED is a great and powerful IDE for pay with a free trial, but it is for PHP and web scripting languages, not a general purpose IDE. It however has very good tools for debugging PHP including allowing you to run a server via PhpED to test your site and allowing you to debug in multiple versions of PHP, and perhaps more importantly a profile to find bottlenecks in your code. Note I've only used the Windows version of PhpED however, I don't know what their linux options are.
If you're doing web development I would think either would suffice, but you won't find features like debugging C++/non web related programming languages in them.