Title: SV: [Eap-list] Static members not shown in autocompletion for objects

-1

Personally, I do not want to see static members of an object on
autocomplete. Also, that makes people write bad code. (Accessing
static members using an instance).

regards,
Patrik Andersson

-----Ursprungligt meddelande-----
Fran: Vladimir Kudinov [mailto:[EMAIL PROTECTED]]
Skickat: den 27 november 2001 21:27
Till: [EMAIL PROTECTED]
Amne: [Eap-list] Static members not shown in autocompletion for objects


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