cancel
Showing results for 
Search instead for 
Did you mean: 

JetBrains Webstorm plugin for SAPUI5

former_member191810
Participant

Hello everyone.

Has anyone know if in the future SAP UI5 team will release a plugin for Webstorm?

Thanks in advance.

Raul.

Accepted Solutions (1)

Accepted Solutions (1)

former_member751964
Participant
0 Kudos

Answers (5)

Answers (5)

Former Member
0 Kudos

Hello all,

I want to set up my intellij IDE with hana cloud server.. and landed on this post..

May be someone of you would be kind to tell me if there is any progress towards the hana integration with intellij IDE? Any plugins? Any tutorial or blog post about how to do it?

Thanks a lot.

Ravi

Qualiture
Active Contributor
0 Kudos

Because of the terrific Grunt integration of WebStorm, you could use grunt-shell to create tasks which invoke the HCP CLI commands for deployment, stop/start, etc

For deployment to an ABAP environment, there's now a grunt task too: grunt-nwabap-ui5uploader

Former Member
0 Kudos
Qualiture
Active Contributor
0 Kudos

I wrote a blog on how to configure WebStorm to use with SAPUI5 / OpenUI5 development, with a focus on writing UI5 JS code and XML views.

Hope this helps!

Former Member
0 Kudos

please think about migrating sap studio to intelliJ (the core IDE of WebStorm) - google has done this last year for the android sdk

former_member191810
Participant
0 Kudos

Hi.

But I tried some weeks before that IDE and it still has serious problems about performance during code compilation and execution.

So, for the momento... Sublime Text or Vim or Emacs

Former Member
0 Kudos

Seems to be an issue on the newest version http://youtrack.jetbrains.com/issue/IDEA-122693 try use the previous version or newer EAP.

Im using PHPStorm/WebStorm since 4 years and it was worth every cent I paid.

Reading the comments from eclipse-power-users to this google.io talk, announcing intelliJ as the future IDE for Android development speaks for itself.

http://youtu.be/lmv1dTnhLH4

It's integrate seamless with every modern web technologies like node.js or angular, supports connectivity to common ticketing systems to increase the daily workflow with easy feature branching for example.

After using jetbrain's IDE for such a long time - using eclipse for software development feels like writing a letter with broken fingers.


Hopefully SAP realizes early that preaching a new "SAP UX Strategy" is useless without participate developers in UX, than without experience UX in daily work you never realized the subtle distinction between having UX and bad UX.

Here are some feature requests from the issue tracker

http://youtrack.jetbrains.com/issue/IDEA-117504

http://youtrack.jetbrains.com/issue/WEB-12656

former_member194147
Participant
0 Kudos

I wish someone from SAP releases a plugin for SAPUI5 for jetbrains WebStorm just like they have for eclipse juno

0 Kudos

+1

Former Member
0 Kudos

Any news on this ? I would also welcome the WebStorm plugin

former_member195440
Participant
0 Kudos

Hi,

I haven't heard of anything for Webstorm yet. The library of plugins seems to exist here -JetBrains WebStorm Plugin Repository. If there isn't anything out there that satisfies then why don't we create an opensource plugin?

I haven't had any issues with UI5 development in Webstorm though. The areas that could use a bit of improvement however could be something to help with view creation, XML etc.? That would be on my wishlist.

Oli

former_member194147
Participant
0 Kudos

Were you able to achieve true MVC architecture using WebStorm? I can write html/JSON view in WebStorm but I miss the default MVC structure that Eclipse gives.