Flipper is Visual Studio Code extension to flip things around.
- Turn
truetofalse, bigger than sign (>) to smaller than sign (<) and many more. - Increase\decrease numbers.
This extension add the following commands:
flipper.flipUp: Flip up command - Shortcut: Alt+Aflipper.flipDone: Flip Done command - Shortcut: Alt+Z
To change the default shortcuts copy the following snippet to keybindings.json and modify it as you like
{ "key": "alt+a", "command": "flipper.flipUp" }
{ "key": "alt+z", "command": "flipper.flipDone" }Initial release
