ctrl-semicolonA simple extension to insert and remove semicolons at the end of lines. FeaturesWe've all been there. You just finished expanding a snippet, and you realise you need a semicolon at the end of the line. I found myself naturally wanting to press ctrl+; just like I press ctrl+/ to comment. So I made this extension to fulfill that reality. Shortcuts addedCtrl+; (Cmd+;) Add semicolon at the end of the line (if there isn't one already) Ctrl+Shift+; (Cmd+Shift+;) Remove the semicolon that is at the end of the line (if one exists) Known issuesThe shortcuts have no effect with selections over multiple lines. Planned featuresMaking the shortcuts work with selections over multiple lines. |