atishay / vscode-allautocomplete

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

How can I input regex just like "**/*.+(sql|md)" in the setting "AllAutocomplete.wordListFiles: " #42

Open duanyongyao opened 5 years ago

duanyongyao commented 5 years ago

Hello,thanks for this amazing plugin! Now I have a questios in add files to autocomplete search:I want to add a lot of files,and adding one by one is very troublesome. Is there any way to automatically search all files in the workspace? Or add a regular expression to wordListFiles?

atishay commented 5 years ago

Not right now. I can can add support. Note that adding a lot of files would slow down. For now you can use the find command line to export the list and add that to the settings.

duanyongyao commented 5 years ago

It's a good idea, thanks for your help!