Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Truth Table GeneratorNew to Visual Studio Code? Get it now.
Truth Table Generator

Truth Table Generator

nelsonoftrafalgar

|
587 installs
| (0) | Free
Generate truth table from selection.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Truth Table Generator

A simple plugin to generate Truth Tables in JavaScript.

First highlight an expression which evaluates to a boolean:

highlight

Then press Ctrl + Shift + P and select Truth Table Generator from the menu:

pick

It will open a new tab with a generated Truth Table for your selection:

table

Note

The plugin only supports following operators:

  • &&
  • ||
  • ===
  • ==
  • !
  • !!
  • !==
  • !=

Comments, ternary operators, bitwise operators and greater/less operators are not supported.

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