Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Symbol CompleteNew to Visual Studio Code? Get it now.
Symbol Complete

Symbol Complete

sporiley

|
3,702 installs
| (1) | Free
Autoreplace a list of customizable patterns with specified symbols
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Symbol Complete

This is a very simple VSCode extension which converts a given set of (regular expression) patterns into a user-specified list of symbols.

symbol-complete

Usage

Install this extension by searching 'Symbol Complete' in VSCode extensions. Open up a new file and type something like |-->| and it should convert to ⟶ automatically.

Extension Settings

{
    "symbol-complete.replacements": {
        "\\|lambda\\|": "λ",
        "\\.\\.\\.": "..."
    }
}

Replacements for all Greek symbols are added.
As of 0.0.9 support for lots of set theory operators are added as well. See package.json for the full list of default replacements.

This extension also works with multiple selections.

Known Issues

Minor undo problems

Release Notes

0.0.9

Support for multiple selections.
Added more character conversions.

0.0.6 — 0.0.8

Minor undo issue fixed

0.0.2 — 0.0.5

Minor revisions

0.0.1

Initial release

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