Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>The Missing Tab Completion for VS CodeNew to Visual Studio Code? Get it now.
The Missing Tab Completion for VS Code

The Missing Tab Completion for VS Code

luikore

|
900 installs
| (2) | Free
The Missikg Tab Completion for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

The Missing Tab Completion for VS Code

Redefine tab by quickly trigger a word-completion or snippet. No need to pop an annoying suggest menu!

  • If the cursor is at the beginning of line, the tab key works as the original tab.
  • If the cursor is beside or inside a word, insert in-file word completion.
  • If the cursor is after a word and a SPACE, try expand a snippet.

In-file word completion mimics TextMate's Esc completion, so it can complete:

  • prefix
  • infix
  • suffix

And, shift+tab will cycle back previous word.

Commands

  • hypertab.tab -- tab
  • hypertab.tab.back -- shift+tab

Development

npm i
npm run deploy

References

  • Another Word Completion which is unmaintained
  • Supertab

Release Notes

1.0.0

Initial release.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft