Static members are not shown in autocompletion for objects.

For example in this excerpt:
Integer.|
with cursor positioned at | , after Ctrl+Space shows MAX_VALUE (static
member) in the list.
However the autocompletion list for object, like in this excerpt
new Integer(0).|
don't show static member MAX_VALUE (nor any other static members of
java.lang.Integer class).

The question is: could it be possible to show static members in
autocompletion list for objects.
Maybe this feature should be configurable...

---
Vladimir Kudinov
V6.RU


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to