> - @see/@link don't work correctly when you point to other classes: > @see OtherClass.someMethod() > The autocompletion only shows static methods of OtherClass after > "OtherClass." where as all methods (except private ones) should be shown.
Shouldn't you be typing "OtherClass#" instead of "OtherClass."? Jason Boehle [EMAIL PROTECTED] _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
