My experience with auto-completing in VS Code has been inconsistent when it comes to auto-importing. Sometimes it successfully imports, but other times it fails, even with both local and node_modules
imports. This issue occurs specifically in TypeScript files across all of my projects, regardless of their complexity.
What could be causing this inconsistency?