myaaghubi / Auto-Semicolon-VSCode

Auto position for semicolons & move to the end of line after the last bracket.

Home Page:https://marketplace.visualstudio.com/items?itemName=myaaghubi.auto-semicolon-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Semicolon - VSCode

Icon Auto Semicolon VSCode

release rating

This extension helps by moving to the end of the line and/or putting ; in the right place.

Both Semicolon separated and Non-Semicolon separated programming languages are supported. It's auto, smart, handy, and customizable if you find joy in it don't forget to πŸ” donate.

I found nothing for PHP so made my own, now it's the best for this use.

How To Use

  1. Install it from market place > auto semicolon.
  2. Use ; just like before.

Shortcuts

  • alt + ; then ; > To put ; right in place (not auto).

    Or use command palette ctrl+shift+p > Auto Semicolon > Insert At The Position.

  • alt + twice ; > To ignore enclosing curly bracket pair {..} (force move to the end of the line)

    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, swift, even python, go, bash, scala, kotlin, r supported, feel free to ask support for your programming language!

Preview

Shot Auto-Semicolon-VSCode

Shot Auto-Semicolon-VSCode

Shot Auto-Semicolon-VSCode

πŸ” Donate

Don't forget to donate if you enjoyed it β˜• 🍺 🍸 πŸ”

ETH: 0x0ADd51D6855d2DF11BB5F331A3fa345c67a863b2

Ethereum

About

Auto position for semicolons & move to the end of line after the last bracket.

https://marketplace.visualstudio.com/items?itemName=myaaghubi.auto-semicolon-vscode

License:GNU General Public License v3.0


Languages

Language:TypeScript 100.0%