cancel
Showing results for 
Search instead for 
Did you mean: 

Setup VSCcode for SAP Commerce

Sonam03
Newcomer
0 Kudos
299

I am trying to setup vscode for hybris. I am struggling to get the import working. All I did was opening the bin folder as I would if I import in ide. 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.

View Entire Topic
Eddy_
Explorer
0 Kudos

Besides the "Just use another tool"-answer, I am trying to give a helpful answer here 😄
I think it is always good to give new/other IDEs a chance and play around with them... I have just started to test Visual Code as well and I was able to solve the issue by adding the folders single by single.
That means: go to the Files & Folders Explorer, Right-Click and choose "Add folder to workspace". If you have the the java extension pack installed, the project/extension will be loaded automatically into the "Java Projects" View. Hints in the "Problems" section will show you which projects might miss.

Usually you add all your custom extension and then add the required projects from /modules and /platform.

 

Cheers!
Eddy