atishay / vscode-allautocomplete

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

Request option to exclude comments from allautocomplete scan #66

Open arnonshp opened 4 years ago

arnonshp commented 4 years ago

Currently allautocomplete also scans comments and suggests words appearing there as well. It would be great to have an option in allautocomplete to exclude from the scan the comments lines in the code. Of course, it would need to be aware of how comments are written in each language (//, /* in C++, # in python etc.)