PHP最小的IDE代码完成? [英] Smallest IDE for PHP with code-completion?

查看:114
本文介绍了PHP最小的IDE代码完成?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有许多小编辑器,如Notepad ++,vim,& SciTE - 但它们一次只能处理一个文件。换句话说,他们并不了解代码库的整个范围。

There are plenty of small editors like Notepad++, vim, & SciTE - but they only work on one file at a time. In other words, they aren't aware of the whole scope of the codebase.

另一方面,我看到的所有完整IDE都提供了代码完成(在项目中的所有文件上),需要大量内存才能运行。 Eclipse PDT,PHPStorm等。

On the other hand, all the full IDE's I have seen which offer code-completion (over all files in a project) take a good amount of memory to run. Eclipse PDT, PHPStorm, etc..

我正在寻找一个只有代码完成和语法着色的小型IDE来移动运行PHP的一些极限开发系统。有这样的吗?

I'm looking for a tiny IDE with nothing more than code completion and syntax coloring to move around some very limit dev systems running PHP. Is there anything like this?

Windows或Linux

Windows or Linux

更新

为了澄清,如果应用程序无法完成多文件代码(一个文件中的完整代码,基于其他文件中的类),那么它就不符合我的要求。

To clarify, if the app can't do multi-file code completion (complete code in one file, based on classes in other files) then it doesn't fit my requirements.

推荐答案

Geany 是我的首选编辑。它是小型的跨平台(GTK),支持几十种语言。 (包括PHP)它具有语法高亮,代码完成甚至自定义构建命令。 (例如php -l进行健全性检查)

Geany is my editor of choice. It's small, cross-platform, (GTK) and supports literally dozens of languages. (including PHP) It has syntax highlighting, code-completion and even custom "build" commands. (such as php -l for sanity checks)

这篇关于PHP最小的IDE代码完成?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆