Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
11.3
-
None
-
None
Description
We have a pretty big NetBeans Platform Application (~180 modules and 5 suites) and when pressing CTRL+SPACE for code completion it is very slow.
It seems the calls boil down to the filesystem calling Files.listFiles() a lot.
I'm running on the branch release113 compiled locally with both the patches from jtulach and jlahoda for NETBEANS-4037 (not sure whether that's important, but just wanted to be clear).