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
After typing every letter after @file:, my entire IDEA window freezes again for over 20 seconds (i.e. loading is not asynchronous).
For reference, my project has over 2GB and over 20k files (most of which isn't source code). Obviously, full-text and file search in IDEA is always instant, as its indices are quite performant, so this plugin must be using a different API. I also didn't notice any settings for whitelisting or blacklisting directories from this search, so I assume it shares behavior with IDEA to only use modules from Project Settings.
Relevant log output or stack trace
No response
Steps to reproduce
Have a large project and type letters after @file:.
CodeGPT version
2.9.0-241.1
Operating System
Windows
The text was updated successfully, but these errors were encountered:
Thanks for reporting! I'm not using the actual file search API per se, because I'm not sure what the ideal approach is. However, I've fixed the freeze issues for now (will be available in the next release), but the search might still take longer than the native file search that the IDE provides. I'll come back to this issue later.
What happened?
After typing every letter after
@file:
, my entire IDEA window freezes again for over 20 seconds (i.e. loading is not asynchronous).For reference, my project has over 2GB and over 20k files (most of which isn't source code). Obviously, full-text and file search in IDEA is always instant, as its indices are quite performant, so this plugin must be using a different API. I also didn't notice any settings for whitelisting or blacklisting directories from this search, so I assume it shares behavior with IDEA to only use modules from Project Settings.
Relevant log output or stack trace
No response
Steps to reproduce
Have a large project and type letters after
@file:
.CodeGPT version
2.9.0-241.1
Operating System
Windows
The text was updated successfully, but these errors were encountered: