Auto put/position for semicolons & move to the end of line after the last bracket. PHP supported `javascript`, `c#`, `c/c++`, `java`, `perl`, `dart`, etc. are ok.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
You no longer need to move to the end of lines to put the semicolon ;
This extension helps by moving to the end of the line and putting ; in the right place. It's auto, smart, handy, and customizable if you find joy in it don't forget to 'donate'.
To put ; right in place (not auto) use alt + ; then ; or use command palette ctrl+shift+p > Auto Semicolon > Insert At The Position.
To avoid putting ; inside the enclosing curly bracket pair, press ; twice while you pressed alt or use ctrl+shift+p > Auto Semicolon > Auto Insert At The End.
Notes
Multiple cursors has been supported.
PHP, javascript, typescript, c#, c/c++, java, perl, dart, etc. feel free to ask support for your programming language!