What is the best development environment for JSP, JSTL, and jQuery?

As a Dreamweaver user (with some past flirtations with Aptana), I am now looking for a Windows-based ID environment that provides the following features:

Requirements:

  • Code completion / JSP / JSTL code hints (mainly tags)
  • Ending / code hints in jQuery code
  • Ability to automate repetitive tasks (upload to a remote server or compile to run on a local server)

Nice to have:

  • Ability to create custom commands (for example, commands to run an external JS minifier)
  • The ability to analyze the JS code (either the current file or the link file) to display a list of functions / variables.

Any ideas?

+5
source share
3
+5

, , , "" IDE, , , 3 IDE: Eclipse, Netbeans strong > IntelliJ .

, , - , : "- " ( ), IDE, , , , , duffymo , IntelliJ - (, , - , )

+2

IntelliJ is the best environment where there is, hands down. Plugins are not needed for what you want to do.

+1
source

All Articles