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
Extremely slow auto-complete on an instance of a class with many methods.
Expected behavior (Required!)
Faster completion.
The steps to reproduce actual behavior (Required!)
I was having this issue when working on a Swing project; specifically, in a JFrame subclass, when using "this." or "super." .
However, when I tried to make a simple JFrame subclass (that only extends, with no additional methods or fields), and profiled it, it's still a little slow but for different reason based on the profile log.
On my machine and vim at least, the contrast between "this." or "super." in these two classes' methods is huge. I'm wondering if there's anyway to speed it up.
Actual behavior (Required!)
Extremely slow auto-complete on an instance of a class with many methods.
Expected behavior (Required!)
Faster completion.
The steps to reproduce actual behavior (Required!)
Here are the profile logs:
Very slow, large class:
A little slow, simple class:
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: