https://github.com/clovu/intellij-toggle-boolean
VsCode Toggle Boolean for IntelliJ
https://github.com/clovu/intellij-toggle-boolean
Last synced: about 1 year ago
JSON representation
VsCode Toggle Boolean for IntelliJ
- Host: GitHub
- URL: https://github.com/clovu/intellij-toggle-boolean
- Owner: clovu
- Created: 2024-04-22T07:02:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T05:05:47.000Z (over 1 year ago)
- Last Synced: 2025-03-10T06:29:13.155Z (over 1 year ago)
- Language: Kotlin
- Size: 1.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# intellij-toggle-boolean

[](https://plugins.jetbrains.com/plugin/24248)
[](https://plugins.jetbrains.com/plugin/24248)
Inspired by the VsCode [ToggleBoolean](https://marketplace.visualstudio.com/items?itemName=silesky.toggle-boolean) plugin, toggle-bool
- Easily toggle between booleans (i.e. true and false).
- Toggles selected boolean(s), or just the boolean that's beneath the cursor.
- Default keybinding: `alt+b` (or set a custom one).
## List of boolean values by default
- true <-> false
- off <-> on
- yes <-> no
- 1 <-> 0
- enable(d) <-> disable(d)
- before <-> after
- first <-> last
## Action
- `ToggleBool` toggle bool action