- Autocompletion (Ctrl+Space in IntelliJ IDEA 9 and auto popup in IntelliJ IDEA X10) works for
- tags
- attributes
- attribute values (in case of predefined constants)
- functions and variable of the current scope
- function arguments
- functions of java classes and components created through 'createObject' function
- for components' and java classes' names in 'createObject'
- for inherited methods of a component
- in case you have other suggestions, please scratch a feature request
...