[Bug] Completions loaded from cache after file save.
See original GitHub issueI have this problem since I installed EasyClangComplete. Here’s an example:
the weird thing is that after change test
to ::test
the completion is work very well
Issue Analytics
- State:
- Created 7 years ago
- Comments:37 (20 by maintainers)
Top Results From Across the Web
How Do I Fix My Caching Problems Or Clear Web Browser's ...
Try holding down the Shift key while pressing the Refresh button. Close your browser and re-open it (make sure you are NOT on...
Read more >336734 - page load hangs with "Waiting for cache..." message
3. The browser says "waiting for cache'. The browser hangs. What is the expected behavior? I expect that not to happen. To actually...
Read more >Rebuild auto-complete index (or whatever it's called) and ...
The documentation for my version (4.3.10) says that compinit uses a cached “dump file”, .zcompdump , to store compiled completion functions ...
Read more >Having problems with W3 Total Cache? Common fixes.
Here are some fixes for common W3 Total Cache error notifications. Speed up your website without breaking anything!
Read more >Caching dependencies to speed up workflows - GitHub Docs
Use caching when you want to reuse files that don't change often between jobs or workflow runs, such as build dependencies from a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hmm not sure how this works performance wise but removing TU.PARSE_CACHE_COMPLETION_RESULTS flag from initial parsing does the job.
include_macros=True option needs to be added to the tu.codeComplete() call parameter list.