开发者

Do you know an IDE with build-in jQuery and Code Igniter support? [closed]

开发者 https://www.devze.com 2023-02-16 15:12 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 9 years ago.

Improve this question 开发者_运维百科

I need an IDE that supports jQuery and Code Igniter. Could you please provide some IDEs?


I develop in CodeIgniter and jQuery with Netbeans. Does the trick.


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.


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.


If you are on a Mac, you'll never go wrong with Panic's Coda!


I 2nd Coda - it has a plugin for Codeigniter syntax you can download too.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消