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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: