atishay / vscode-allautocomplete

Autocomplete from open files for VSCode
MIT License
105 stars 25 forks source link

[Feature Request] autocomplete all files in the project without them begin opened #45

Open AhmedEzzat12 opened 5 years ago

AhmedEzzat12 commented 5 years ago

Autocomplete from other files in the project without them being opened, is this possible ?

atishay commented 5 years ago

There is a setting called AllAutocomplete.wordListFiles for this specific purpose. Supporting all files in a project is an expensive operation and will slow down the editor. Happy to take a pull request but I doubt we can support this with the current extension.