Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Input AssistNew to Visual Studio Code? Get it now.
Input Assist

Input Assist

Darin Morrison

|
3,475 installs
| (1) | Free
Tree-based input assistance for unicode and more in Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-input-assist

Tree-based input assistance for unicode and more in Visual Studio Code

What is this package?

This package provides a flexible input assistance framework built on top of Visual Studio Code's completion provider functionality. It works by loading JSON tree-based mappings from textual patterns to strings.

For example, by loading a suitable mapping, a user could use the text \lambda for inserting the glyph λ.

The "tree" behavior comes into play when there are choices between completions. For example, a mapping might replace \rightarrow with → and \rightarrowtail with ↣. This package will provide a choice between inserting → and completing to ↣, allowing the user to complete in a stepwise fashion.

Status

Eventually this extension will allow the user to load various "input method" files or configure existing ones. However, for the moment it comes pre-configured with a port of the Agda input method which maps LaTeX style commands to unicode glyphs.

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