views:

127

answers:

1

Hi,

How do I enable auto-complete/code completion feature of IntelliJ IDEA to work with ExtJS javascript library?

Thanks

A: 

do you have the extjs javascript files in your project? I find that when I do Intellij is somewhat good at getting methods, but it doesn't always get all the available methods. I thinks its just a gotcha of dynamic languages -- an IDE can't know all the methods available because some are available only at runtime...

hvgotcodes

related questions