on 2024 May 14 6:13 PM
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
12 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.