728x90
I usually use the VSCode just to work on algorithm questions. but it was pretty annoying adding semicolon at the end of the code manually. I thought prettier will work for this issue but there is no support for Java language (I also found the prettier for java extension here if you are interested, go check that out). Instead, I was able to find this plugin call colonize
It provide mainly three features
- shift + enter
- alter + enter
- ctrl + enter
728x90