DEV Community

Discussion on: Moving from Eclipse to VSCode by a Java Developer

Collapse
 
xanderyzwich profile image
Corey McCarty

A couple of things that I've found to be really helpful:

I keep my workspace directory that holds project directories. I can have the workspace directory pulled in and VSCode just works without opening specific directories if I want Eclipse style workspace.

Terminal in VSCode can be configured to use GitBash as default. I've found the builtin git tools to be slow and bulky, but having GitBash right there makes it super easy.

I need to figure out how I can get run to function so that I can make it work better for Springboot projects.

Collapse
 
julbrs profile image
Julien Bras

Thanks for the tips !

I haven't yet opened any Sprint Boot project, waiting for your feedback if you have some !

Have a nice day,