Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Other
>
Toggle Bool
New to Visual Studio Code?
Get it now.
Toggle Bool
Brendan Dash
|
77 installs
|
(
0
)
|
Free
quickly toggle boolean value at the cursor position
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
VS Code Toggle Bool
toggle the boolean value of the selected word
command
"commands": [ { "command": "toggleBool.toggle", "title": "Toggle Bool: Toggle Bool" } ]