question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] Completions loaded from cache after file save.

See original GitHub issue

I have this problem since I installed EasyClangComplete. Here’s an example:

problem

the weird thing is that after change test to ::test the completion is work very well

weird

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:37 (20 by maintainers)

github_iconTop GitHub Comments

3reactions
simiacommented, Mar 22, 2017

Hmm not sure how this works performance wise but removing TU.PARSE_CACHE_COMPLETION_RESULTS flag from initial parsing does the job.

1reaction
simiacommented, Mar 22, 2017

include_macros=True option needs to be added to the tu.codeComplete() call parameter list.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found