Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Analyzing over and over again #1473

Closed
Lips7 opened this issue Aug 23, 2019 · 3 comments
Closed

Analyzing over and over again #1473

Lips7 opened this issue Aug 23, 2019 · 3 comments
Labels
question A question about the LS

Comments

@Lips7
Copy link

Lips7 commented Aug 23, 2019

OS bulid 18965 with WSL2
IntelliCode version 1.1.9
VSCode version 1.37.0
Why every time I open VSCode and it needs to analyze in background, only after that can I use the Intellicode feature.

@MikhailArkhipov
Copy link

MikhailArkhipov commented Aug 23, 2019

B/c analysis is not cacheable so project is analyzed each time it is loaded. Caching is work in progress #472. IntelliCode is an extension to the language server and uses completions provided by the LS and that requires analysis. IC does not provide its own completions, it works off what LS provides.

@MikhailArkhipov MikhailArkhipov added the question A question about the LS label Aug 23, 2019
@Lips7
Copy link
Author

Lips7 commented Aug 23, 2019

Then I hope it can read the .gitignore😅😅

@MikhailArkhipov
Copy link

What is listed in .gitignore? LS does not look into entire project, it starts with the file opened and load dependencies. Closed files are not looked into unless it is a dependency (such as you use, say, tensorflow, which is 3000+ files). One exception is find all references that does scan closed files for candidates.

@Lips7 Lips7 closed this as completed Aug 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question A question about the LS
Projects
None yet
Development

No branches or pull requests

2 participants