Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>IntelliSense Number Selection - Quick AutocompleteNew to Visual Studio Code? Get it now.
IntelliSense Number Selection - Quick Autocomplete

IntelliSense Number Selection - Quick Autocomplete

Yonas Valentin Mougaard Kristensen

|
175 installs
| (1) | Free
| Sponsor
⚡ Speed up coding 10x! Select IntelliSense/autocomplete suggestions instantly with Cmd/Ctrl+1-9. Works like Alfred, Raycast & Spotlight. No more arrow keys!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

IntelliSense Number Selection

Version Installs Rating Sponsor

Love this extension? Become a sponsor to support ongoing development and new features.


Select IntelliSense Suggestions with Number Keys

Press Cmd/Ctrl+1-9 to pick suggestions like Alfred, Raycast, or Spotlight. No more arrow keys.


How It Works

// 1. Start typing to trigger IntelliSense
con|  // cursor position

// 2. IntelliSense shows suggestions:
// [1] console
// [2] const
// [3] constructor
// [4] continue
// [5] confirm

// 3. Press Cmd+2 (or Ctrl+2) to instantly select "const"
const|  // "const" is inserted immediately

Features

  • Instant Selection: Select IntelliSense suggestions with number keys 1-9
  • Natural Shortcuts: Cmd+1-9 on Mac, Ctrl+1-9 on Windows/Linux
  • Universal Support: Works with ALL languages and IntelliSense providers
  • Zero Config: Works instantly after installation
  • Smart Context: Only activates when suggestions are visible

Installation

  1. Open VS Code
  2. Press Cmd+P (or Ctrl+P)
  3. Type: ext install yonasvalentinmougaardkristensen.intellisense-hotkeys
  4. Press Enter and click Install

Keyboard Shortcuts

Platform Shortcut Action
macOS Cmd+1 to Cmd+9 Select suggestions 1-9
Windows Ctrl+1 to Ctrl+9 Select suggestions 1-9
Linux Ctrl+1 to Ctrl+9 Select suggestions 1-9

These shortcuts only work when IntelliSense suggestions are visible, so they won't conflict with other extensions.


Works With

This extension enhances ALL IntelliSense providers:

  • Built-in VS Code IntelliSense
  • GitHub Copilot suggestions
  • TabNine AI completions
  • Language-specific IntelliSense (Python, JS, TS, etc.)
  • Snippet extensions
  • Custom IntelliSense providers

Examples

JavaScript/TypeScript

// Typing "doc" shows:
// [1] document
// [2] Document
// [3] DocumentFragment
// Press Cmd+1 for "document"

Python

# Typing "imp" shows:
# [1] import
# [2] importlib
# [3] __import__
# Press Cmd+1 for "import"

React/JSX

// Typing "use" shows:
// [1] useState
// [2] useEffect
// [3] useContext
// [4] useReducer
// Press Cmd+2 for "useEffect"

Troubleshooting

Extension not working?
  1. Ensure IntelliSense is enabled: "editor.quickSuggestions": true
  2. Check for keybinding conflicts in Keyboard Shortcuts
  3. Restart VS Code after installation
Shortcuts not responding?
  • Make sure IntelliSense popup is visible
  • Check that you have multiple suggestions (single suggestions auto-complete)
  • Verify no other extensions are capturing these shortcuts

Requirements

  • VS Code 1.102.0 or higher
  • IntelliSense enabled (default in VS Code)

Changelog

1.0.0

Initial release

  • Number key selection for IntelliSense suggestions (1-9)
  • Cross-platform support (Mac/Windows/Linux)
  • Smart context-aware activation
  • Zero configuration required

License

MIT License - see LICENSE file for details


Support Development

This extension is free and open source. If it makes your coding faster, consider supporting its development:

Sponsor on GitHub (Recommended)

GitHub Sponsors is the best way to support ongoing development. Sponsors get priority support and help fund new features.

Sponsor on GitHub

Other ways to help

  • Leave a review on the VS Code Marketplace
  • Report issues to help improve quality
  • Buy me a coffee for one-time support
Sponsor on GitHub Buy Me a Coffee

MIT License

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