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
I have a java file that over 10000 lines, everytime code Intellisense/autocomplete about this class, it would take a long time (over 10 seconds ) to show the suggestion.
eclipse is fast in the same situation.
I tried to delete most of the code in that file, and code Intellisense/autocomplete is much faster.
Is there any way to speed up the parsing of large files?