Intellij
Printable View
Intellij
Sublime 2 looks promising!.
Hi all,
Ah another IDE holy war...
I've invested considerable time into reviewing IDEs for ExtJS (it's time well spent) and thankfully the ideal choice of IDE is not quite so much of a murky world as it is with say Java.
The two killer features for productive development in my opinion are:With that in mind WebStorm (or Intellij) are by far the best choices.
- Autocomplete (or at least a good stab at in the javascript world)
- In place documentation lookup
As with many of these tools the setup is key. WebStorm and Intellij will Index every file they can get their hands on so the memory footprint will be huge if you don't set them up correctly. Likewise inline documentation lookup needs to be set up correctly.
Below is a screen shot of my installation with both autocomplete and documentation lookup working as they should.
Attachment 39921
If this is something that the community is interested in I'd be happy to put up a blog post on how to configure your IDEs.
I would love to see a blog post on how to configure WebStorm to work best with Ext JS.
a blogpost on how to configure would be fantastic!
do you use it with sencha touch too? are there any differences / other configs to use?
thnx in advance
pekue
+1
sharing your experience would be very kind.
Thanks in advance :-)
Visual Studio 2012
Hi Brett I even would love to see a blog post on how to configure WebStorm!
Thumbs up for this!
Nodepad++ :)
Did you guys consider PyCharm? I develop NoTex - a browser based editor for reStructuredText (available at https://notex.ch), and while the back-end is Python the front-end almost exclusively ExtJS.
While the indexing in PyCharm can take a while, if you tell your project *not* to including every crap sub-folder in your project, it runs really smooth and provides a nice intelli-sense for JavaScript/ExtJS (and Python). Definitely something I can recommend!