cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 development in VS Code or Eclipse

former_member540067
Active Participant
0 Kudos

Hi Everyone.

Can someone provide me the steps how to develop the SAPUI5 apps in VS Code or Eclipse? I am working on WEBIDE right now.

Regards

Anmol

boghyon
Product and Topic Expert
Product and Topic Expert

Definitely favor VSCode over Eclipse. SAPUI5 toolkit for Eclipse will be deprecated soon. And the newly introduced SAP Business Application Studio is based on Eclipse Theia which is basically a copy of VSCode in terms of developer experience.

Accepted Solutions (1)

Accepted Solutions (1)

pfefferf
Active Contributor

I think the following post is a good starting point for you: How to Get Your Preferred JavaScript IDE Ready for SAPUI5 Development

former_member540067
Active Participant
0 Kudos

Thanks for your answer. I will go through it.

Answers (2)

Answers (2)

WouterLemaire
Active Contributor
former_member540067
Active Participant
0 Kudos

Thanks for your answer. I will go through it.

balbino_soaresferreirafil
Active Participant

For local developments in SAPUI5 using Visual Studio Code, recommend you to take a look in Easy-ui5 project. I have been using and Its very useful. This generator is also included in SAP Business Application Studio.

https://github.com/SAP/generator-easy-ui5

https://blogs.sap.com/2019/02/05/introducing-the-easy-ui5-generator/

Other project very useful to local development is the UI Tooling, I also have been using in my developments. This project is also included in SAP Business Application Studio for on Cloud Developments.

https://sap.github.io/ui5-tooling/

former_member540067
Active Participant
0 Kudos

Thanks for your answer. I will go through it.