An open API service indexing awesome lists of open source software.

https://github.com/debbl/vscode-toggle-bool

quickly toggle boolean value at the cursor position
https://github.com/debbl/vscode-toggle-bool

neovim vim vscode

Last synced: about 2 months ago
JSON representation

quickly toggle boolean value at the cursor position

Awesome Lists containing this project

README

          

# VS Code Toggle Bool

## toggle the boolean value of the selected word

## command

```json
"commands": [
{
"command": "toggleBool.toggle",
"title": "Toggle Bool: Toggle Bool"
}
]
```