Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
我使用 Netbeans 在 CodeIgniter 和 jQuery 中进行开发。确实有窍门。
I develop in CodeIgniter and jQuery with Netbeans. Does the trick.
我将 Eclipse 与 适用于 PHP、JavaScript、CSS、HTML 的 Aptana 插件。
具体到 jQuery,我还没有尝试过,但我认为如果您在路径中包含 jQuery 库,您会得到有关 jQuery 特定内容的提示,否则您当然可以使用此 IDE 来处理 PHP 和 JavaScript。
I use Eclipse with the Aptana plugin for PHP, JavaScript, CSS, HTML.
As for jQuery specifically, I haven't tried but I think if you include jQuery library in your path you'd get hints for jQuery specific stuff, failing that you can certainly use this IDE for PHP and JavaScript.
如果您使用的是 OS X,则可以使用 TextMate - 一款出色的轻量级 IDE,其中包含适用于 jQuery 和 CodeIgniter 的免费捆绑包。快速谷歌将显示所有项目。
If you are on OS X there is TextMate - A great lightweight IDE with free bundles available for jQuery and CodeIgniter. A quick Google will reveal all the items.
如果您使用的是 Mac,Panic 的 Coda 绝对不会出错!
If you are on a Mac, you'll never go wrong with Panic's Coda!
I 2nd Coda - 它有一个 Codeigniter 语法插件,您也可以下载。
I 2nd Coda - it has a plugin for Codeigniter syntax you can download too.
JetBrains PhpStorm / WebStorm 绝对是令人惊奇的 - 如果您必须使用 IDE。我之前尝试过各种方法 - 从 UE Studio、Aptana、KomodoIDE,但没有任何一种可以接近。对 git 和 github 的支持是锦上添花,但它有太多很棒的功能,无法在此列出...尝试一下,您就不会回头
我使用 MooTools,它可以很好地处理这个问题,但如果我有任何引入我的项目或远程引用的 .js 文件或 .php / .inc 文件,它都会对其进行解析并根据定义进行代码补全和提示。
此外,实际的 EcmaScript 本机可用,您也可以查看它们的源代码(按住 Ctrl 键并单击符号以导航到源代码)
缺点:CodeIgniter 支持目前处于边缘状态:http://youtrack.jetbrains.net/issue/WI-1174?projectKey=WI&query =%23未解决+框架+支持
JetBrains PhpStorm / WebStorm is nothing short of amazing - if you HAVE to use an IDE. I have tried all sorts before - from UE Studio, Aptana, KomodoIDE and nothing comes close. The support for git and github is the icing on the cake but it has too many great features to list here... give it a go and you won't look back
I use MooTools and it deals with that just fine but if I have ANY .js file or .php / .inc file brought into my project or referenced remotely, it parses it and does code completion and tips based upon definitions.
Further more, the actual EcmaScript natives are available and you can view their source too (ctrl+click on a symbol to navigate to source)
Downside: CodeIgniter support is marginal at the moment: http://youtrack.jetbrains.net/issue/WI-1174?projectKey=WI&query=%23Unresolved+framework+support