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
- Host: GitHub
- URL: https://github.com/debbl/vscode-toggle-bool
- Owner: Debbl
- License: mit
- Created: 2024-02-01T03:55:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T20:55:51.000Z (over 1 year ago)
- Last Synced: 2025-10-19T13:23:53.752Z (8 months ago)
- Topics: neovim, vim, vscode
- Language: TypeScript
- Homepage:
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
]
```