windows 适用于 Vista 的最佳 PHP 编辑器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/67729/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
The best PHP editor for Vista
提问by Sam Wessel
Some points to consider when answering my question:
回答我的问题时需要考虑的几点:
- I'm new to PHP, coming from a Windows / .NET background
- My PHP dev enviroment consists of a Vista x64 / IIS7 with FastCGI / PHP5
- I need something light-weight
- The following features would be nice
- Syntax highlighting and colorization
- Code formating
- Auto-completion
- 我是 PHP 新手,来自 Windows / .NET 背景
- 我的 PHP 开发环境由带有 FastCGI/PHP5 的 Vista x64/IIS7 组成
- 我需要一些轻便的东西
- 以下功能会很好
- 语法高亮和着色
- 代码格式化
- 自动完成
回答by ctcherry
回答by dezwald
PHP ED is the by far the best i find. i've tried pretty much everything out there. and this is the best php editor. i love linux...but i keep on windows because of PHP ED.
PHP ED 是迄今为止我发现的最好的。我已经尝试了几乎所有的东西。这是最好的 php 编辑器。我喜欢 linux……但由于 PHP ED,我继续使用 Windows。
http://www.nusphere.com/products/phped.htmhttp://www.nusphere.com/products/tour.htm
http://www.nusphere.com/products/phped.htm http://www.nusphere.com/products/tour.htm
its fast! and and it very full featured.
它很快!而且它的功能非常齐全。
it has:
它有:
auto code completion, build in database client, built in ssh(command line prompt), sftp, ftp etc support. (mount drives), remote and local debugger, code explorer, framework recognition, extensive language color coding options for multiple languages, html form builders, code formatting. the list goes on.
自动代码完成、内置数据库客户端、内置 ssh(命令行提示符)、sftp、ftp 等支持。(安装驱动器)、远程和本地调试器、代码浏览器、框架识别、多种语言的广泛语言颜色编码选项、html 表单构建器、代码格式。名单还在继续。
hands down PHPED is the top php editor.
PHPED 是顶级的 php 编辑器。
there is also great forum support for this editor as well.
这个编辑器也有很好的论坛支持。
回答by dgavey
I would highly suggest the Aptana Studio, for your enviroment. More info is here.
我强烈推荐 Aptana Studio,适合您的环境。 更多信息在这里。
回答by robjmills
It has to be Netbeansfor me. Its got all the IDE features you could need and it has the added benefit of running on Mac/PC and Linux so you can use it regardless of platform. Its great features include built in support for Unit testing, debugging and mysql (more info here)
对我来说必须是Netbeans。它拥有您可能需要的所有 IDE 功能,并且具有在 Mac/PC 和 Linux 上运行的额外好处,因此您可以在任何平台上使用它。它的强大功能包括对单元测试、调试和 mysql 的内置支持(更多信息在这里)
回答by jussij
Zeushas support for the PHPlanguage (i.e. syntax highlighting, code folding, smart indenting, auto completion etc).
Zeus支持PHP语言(即语法高亮、代码折叠、智能缩进、自动完成等)。
It also has bunch of IDE like features including project/workspace management, intergrated source control, class browsing etc.
它还具有许多类似 IDE 的功能,包括项目/工作区管理、集成源代码控制、类浏览等。
(source: zeusedit.com)
(来源:zeusedit.com)
回答by Marc Gear
I'm a big fan of Zend Studio... its designed for PHP and I just can't live without the IDE features. Alternatives are ActiveState's Komodo IDE
我是 Zend Studio 的忠实粉丝……它是为 PHP 设计的,我不能没有 IDE 功能。替代方案是 ActiveState 的Komodo IDE
回答by Marc Gear
I swear by EditPad Pro. It is lightweight with syntax colouring and code formatting, but it does not include auto completion (which personally I don't use anyway). It does have an amazing search function too.
我发誓EditPad Pro。它在语法着色和代码格式化方面是轻量级的,但它不包括自动完成(我个人无论如何都不使用)。它也有一个惊人的搜索功能。
回答by benw01
jEditis a great editor, but you need to install some plugins before it's at its best.
- It's got great syntax highlighting (esp. with the Editor Scheme plugin)
- It has excellentremote-file editing support with the FTP plugin
- It has the easiest-to-use Diff tool I've used
- It's java-based, and a little heavy on resources, but it's cross-platform.
- (The plugins I install are: BufferList, CtagsSidekick (along with ctags), Editor Scheme, FTP (remote editing FTW!), JDiff, JTidy, PHPParser, Sessions, SideKick, TaskList, XML and XML Indenter.)
I've recently started using Komodo Edit(The free version of Komodo IDE), and I'm really liking it.
- It's fully cross-platform (because it's based on XUL).
- It's got good syntax highlighting and error correction.
- It's got really good code completion & browsing.
- It's also nice to be able to specify a URL to preview your current file that is not necessarily the path of the file itself - so you can edit a class file and preview it using a test harness very easily.
- If I was starting out, this would be my recommendation.
A lot of people love Eclipsewith PDT, but I've never really used it. May be worth checking out, but apparently it's relatively resource-hungry.
jEdit是一个很棒的编辑器,但是您需要安装一些插件才能使其处于最佳状态。
- 它有很好的语法突出显示(尤其是使用 Editor Scheme 插件)
- 它具有出色的 FTP 插件远程文件编辑支持
- 它有我用过的最简单易用的 Diff 工具
- 它是基于 Java 的,资源有点重,但它是跨平台的。
- (我安装的插件是:BufferList、CtagsSidekick(以及ctags)、Editor Scheme、FTP(远程编辑 FTW!)、JDiff、JTidy、PHPParser、Sessions、SideKick、TaskList、XML 和 XML Indenter。)
我最近开始使用Komodo Edit(Komodo IDE的免费版本),我真的很喜欢它。
- 它是完全跨平台的(因为它基于 XUL)。
- 它有很好的语法高亮和错误纠正。
- 它有非常好的代码完成和浏览。
- 能够指定一个 URL 来预览当前文件(不一定是文件本身的路径)也很好 - 这样您就可以很容易地编辑类文件并使用测试工具预览它。
- 如果我刚开始,这将是我的建议。