You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be noted that private non-static members work just fine.
EDIT: Seems to do the same thing with public static members as well; the visibility of the static member doesn't seem to matter.
Qix-
changed the title
Private static members not listed when autocompleting from within same class
Static members not listed when autocompleting from within same class
Jan 2, 2019
Actual behavior
Static method does not get suggested when inside same class:
Expected behavior
Static method is listed.
The steps to reproduce actual behavior (Required!)
Foo.
and observe.Environment (Required!)
Q&A
JCdebugEnableLogs
and can put here content ofJCdebugGetLogContent
command, if you need.g:JavaComplete_JavaviLogLevel
to'debug'
, then setg:JavaComplete_JavaviLogDirectory
, and put here server logs, too.The text was updated successfully, but these errors were encountered: