Reverse those lines!
-
flip.document
: reverse the order of all lines in the document -
flip.selection
: reverse the order of all lines in each selection
Support older versions of VS Code
Initial release of Flip.
Support older versions of VS Code
Update dependencies to support new VS Code releases
Fix issue #3 where documents with an odd number of lines couldn't be reversed. Thanks, @JamiKettunen for the bug report!
Fix issue #7 where the Flip:
prefix was not present in the exposed commands. Thanks, @maikthomas for the report!