Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Autocomplete WordsNew to Visual Studio Code? Get it now.

Autocomplete Words

aki77

|
1,683 installs
| (1) | Free
Create completion items from other open files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Autocomplete Words

Create completion items from other open files.

Motivation

IntelliSense to find matches in all open files including word suggestions · Issue #12115 · microsoft/vscode

Features

demo

Extension Settings

This extension contributes the following settings:

  • autocompleteWords.minWordLength: Minimum word length to keep in autocomplete list. (default: 4)
  • autocompleteWords.maxLineCount: Exclude files larger than the maximum number of lines. (default: 999)
  • autocompleteWords.maxDocumentCount: Maximum number of documents used for suggest. (default: 10)
  • autocompleteWords.excludeFiles: Exclude files.
  • autocompleteWords.languages: language settings. (default: See package.json)

TODO

  • [ ] Test
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2019 Microsoft