Skip to content

ArnonEilat/Flipper

Repository files navigation

Flipper

Flipper is Visual Studio Code extension to flip things around.

Features

Flipper

  • Turn true to false, bigger than sign (>) to smaller than sign (<) and many more.
  • Increase\decrease numbers.

Extension Settings

This extension add the following commands:

  • flipper.flipUp: Flip up command - Shortcut: Alt+A
  • flipper.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" }

Release Notes

1.0.0

Initial release

Releases

No releases published

Packages

No packages published