genericptr / pascal-language-server

LSP server implementation for Pascal
GNU General Public License v3.0
53 stars 15 forks source link

* Invert assignment command #69

Closed mvancanneyt closed 1 year ago

mvancanneyt commented 1 year ago

Ryan,

This adds a 'invert assignment' command. It takes a set of lines and inverts the assignments in these lines. Adapted from the Lazarus command with the same name.

I will commit the VS plugin command for this shortly.