Linux 具有 HTML 和 PHP 自动完成功能的 IDE

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4583061/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-05 02:21:35  来源:igfitidea点击:

IDE with autocomplete feature for HTML and PHP

phphtmllinuxmacoside

提问by Neilvert Noval

I am looking for HTML and PHP editors (or IDE) that have auto-complete features. Please can anyone recommend?

我正在寻找具有自动完成功能的 HTML 和 PHP 编辑器(或 IDE)。请问有人可以推荐吗?

  1. IDE with auto-complete feature on Linux OS (Debian-based)
  2. IDE with auto-complete feature on Mac OS (10.6)
  1. Linux 操作系统上具有自动完成功能的 IDE(基于 Debian)
  2. 在 Mac OS (10.6) 上具有自动完成功能的 IDE

采纳答案by Rene Terstegen

Eclipse has an autocomplete function. On Mac you may have to do some extra configuration, but at my place it works like a charm!

Eclipse 具有自动完成功能。在 Mac 上,您可能需要做一些额外的配置,但在我这里,它的作用就像一个魅力!

You can find a download for eclipse PDT (PHP edition) here

您可以在此处找到 eclipse PDT(PHP 版)的下载

@Neilvert Noval That is a yes :). Don't know how extensive you expect it to be.

@Neilvert Noval 是的:)。不知道你期望它有多广泛。

回答by Haim Evgi

回答by Mark Bekkers

I'm using Eclipse (PDT) http://www.eclipse.org/pdt/. It's an PHP IDE and supports auto complete/hinting for JavaScript, HTML, PHP 5.3, CSS and more if you add more components for it. It runs on every system. I run it on ubuntu (debian based). MacOS will work.

我正在使用 Eclipse (PDT) http://www.eclipse.org/pdt/。它是一个 PHP IDE,如果您为其添加更多组件,则支持 JavaScript、HTML、PHP 5.3、CSS 等的自动完成/提示。它在每个系统上运行。我在 ubuntu(基于 debian)上运行它。MacOS 将工作。

回答by Neigyl R. Noval

You may find answers from here:

您可以从这里找到答案:

For Linux web IDE:

对于 Linux Web IDE:

http://www.codefear.com/linux/best-free-linux-web-programming-editors/

http://www.codefear.com/linux/best-free-linux-web-programming-editors/

For Mac web IDE:

对于 Mac 网页 IDE:

http://webdesign.about.com/od/macintoshhtmleditors/tp/free-macintosh-editors.htm

http://webdesign.about.com/od/macintoshhtmleditors/tp/free-macintosh-editors.htm

I recommend NetBeans or Eclipse

我推荐 NetBeans 或 Eclipse

回答by seedg

You can try Dreamweaver CS5. This is the IDE which I use and it totally serves my purpose. CS5 offers excellent PHP support.

您可以试试 Dreamweaver CS5。这是我使用的 IDE,它完全符合我的目的。CS5 提供出色的 PHP 支持。

回答by Alexander

PHPStorm http://www.jetbrains.com/phpstorm/offers the most adequate php class resolution and speed (which is important, as eclipse is terribly slow) and deployment features

PHPStorm http://www.jetbrains.com/phpstorm/提供了最合适的 php 类分辨率和速度(这很重要,因为 eclipse 非常慢)和部署功能

回答by DarkKnight

I personally prefer netbeans for editing . It has an awesome autocomplete and can also show reference data for functions etc. using w3schools reference site. The IDE is very stable and one of my all time favourites.To view its home page Click Here.

我个人更喜欢用 netbeans 进行编辑。它有一个很棒的自动完成功能,还可以使用 w3schools 参考站点显示功能等的参考数据。IDE 非常稳定,是我一直以来的最爱之一。要查看其主页,请单击此处。

Also its debugging support for php is one of the best i have ever used.

此外,它对 php 的调试支持是我用过的最好的支持之一。