cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Use vscode as IDE instead of Eclipse/IntelliJ

Former Member
2,675

Hi guys,

currently I'm trying to use vscode (Visual Studio Code) as my main IDE for hybris development. I even wrote a nice little hybris tools extension (impex validation/import, groovy execution, flexible/sql search directly from vscode😞 https://marketplace.visualstudio.com/items?itemName=mojo2012.vscode-hybris-tools

Unfortunately I'm struggling to setup the build system correctly. Although I have the same extension as in ee imported into my workspace, it seems that the java plugin is not correctly detecting them. At least I get weird java.lang.Exception: File not found <path> errors.

Does anyone of you have a working vscode setup? If yes, how did you setup the workspace?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member702550
Discoverer
0 Likes

Hi Matthias, I am also trying to setup vs code for hybris. I am struggeling to get the import working. All I did was opening the bin folder as I would if I import in ee. Unfortunately I am not able to get the dependencies between the projects to show implementation or declaration of methods in other projects. Do you have a short guide on how you set up your environment in vs code? I installed the java and spring extensions. Java dependencies too, but there are no dependencies recognized so far.

Former Member
0 Likes

Hi, sorry for the late reply - I didn't see your reply.

There is no real way to import a hybris project. But what I did, was to add every extension to the vscode workspace file: link text

I placed the file in bin/custom/.vscode