简体   繁体   中英

Setting VSCode build setting to a Eclipse's java project?

I have a project that I'm working in using Eclipse as the IDE. I hate eclipse and prefer to use VSCode/VS. I was wondering is there a setting/plugin that I can set up so that my VSCode can build the project and able to debug from VSCode?

I have the Java extensions installed, but I'm not sure how to copy the build setting of Eclipse to it.

Visual Studio Code allows you to debug Java applications through the Debugger for Java extension. It's a lightweight Java debugger based on Java Debug Server, which extends theLanguage Support for Java by Red Hat , and Language Support for Java by Red Hat provides Java ™ language support via Eclipse ™ JDT Language Server , which utilizes Eclipse ™ JDT , M2Eclipse and Buildship . So you don't have to copy the build setting of Eclipse to VS Code.

Detailed steps about Debugging please refer to Run and Debug Java in VS Code .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM