I just switched from Atom to Vscode, and found that the code complete performs well when editing a script, but acts very slowly in the case of editing a package. Any suggestion on how to improve it ?
Mh, so far, I did not notice this myself too much. Is the package you are talking about very large?
One difference is probably that for external packages, the SymbolServer is used, which has caches of most packages. Maybe that is the reason for the difference…
Maybe you are right!But I still don’t understand why Atom is able to behave very quickly and accurately.