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

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

Awesome Lists containing this project

README

          

# intellij-toggle-boolean

![Build](https://github.com/Clover-You/intellij-toggle-boolean/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/24248.svg)](https://plugins.jetbrains.com/plugin/24248)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/24248.svg)](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