Wednesday, 18 April 2018
Vs Code Colonizer Plugin
Putting a semicolon at the end of a line is something I do all day as a web developer. So that's why in this post I wanted to give a shout out to the plug-in, I hands down use the most since I made the jump to vs code in 2017.
Colonizer
is a supper simple plug-in that puts a semicolon at the end of your current
line, then puts the cursor after that. All with the binding ctrl+;
In my
previous vim setup I had this mapped so in insert mode ;;
done the same as
colonizer. So if you use a language like php and visual studio code, you can get
it from the
marketplace
and save your self hours of time.