atishay / vscode-allautocomplete

Autocomplete from open files for VSCode
MIT License
105 stars 25 forks source link
autocomplete autocompletion plugin visual-studio vscode

VSCode All Autocomplete

Provides autocompletion in Visual Studio Code items based on all open editors.

Features

Native VSCode

Use editor.wordBasedSuggestionsMode setting and set this to allDocuments to have VSCode to support most of this natively.

Items in the Cmd+P Menu

Extension Settings

This extension has the following settings:

Suggestions in comments/strings

Needs Suggestions

If you feel that the whitespace splitter is wrong in some language, please report a github issue or better a pull request with the correct regex in package.json.

Known Issues

Emmet collision

The emmet plugin takes over the special character # in CSS and therefore that cannot be auto-completed.

Performance Impact

CPU

RAM

Enjoy!