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

SwapTernary

256hz

|
504 installs
| (0) | Free
Swap the outcome of a ternary.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SwapTernary (an extension for VS Code)

Features

This extension automatically swaps the logic in a ternary expression for you. It will preserve formatting/whitespace if included.

Supports nested ternaries. ? and : are ignored in strings. // and /* */ comments are ignored. It will show an error if the ternary won't resolve (unbalanced if/then, unterminated string).

Demos



Usage

  1. Highlight ternary (nothing after the ternary except a ; or formatting)
  2. Hit ⇧⌥s (shift + alt + s)

Known Issues

  • Comments are grouped with the condition that precedes them, so they will not switch with the true/false cases.

Release Notes

0.4.2

  • better handling for quotes, braces, parens, JSX
  • rewrite for author's sanity

0.2.0

  • Add support for Typscript ?. operator
  • Ignore // and /* */ comments (fix single quotes in comments breaking parse)

0.1.7

Add keyboard shortcut

0.1.1

Initial release

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