简体   繁体   English

为javascript / java使用不同的ide

[英]Using different ide's for javascript/java

I'm working on a project that has mix of angularjs/java . 我正在研究一个混合了angularjs / java的项目。 I like Eclipse for working with Java but find that its javascript/jQuery/AngularJS support is somewhat lacking. 我喜欢Eclipse使用Java但发现它的javascript / jQuery / AngularJS支持有点缺乏。 I've been using jetbrains webstorm for learning AngularJS and find that its a really nice tool for javascript/jQuery/AngularJS development. 我一直在使用jetbrains webstorm来学习AngularJS,并发现它是javascript / jQuery / AngularJS开发的一个非常好的工具。 This is fine for proof of concepts etc but there will come a time when want to use Java / with Webstorm. 这对于概念证明等很好,但是有时候会想要使用Java / Webstorm。

I'm aware there is a Webstorm plugin for Intellij but I cannot change from current Eclipse IDE . 我知道Intellij有一个Webstorm插件,但是我无法从当前的Eclipse IDE中进行更改。

A possible solution would be to create a new project that contains just AngualarJS/jQuery code and manage this using webstorm and continue to use Eclipse for java related projects. 一个可能的解决方案是创建一个只包含AngualarJS / jQuery代码的新项目,并使用webstorm对其进行管理,并继续将Eclipse用于java相关项目。

Are there project setup's to handle this type of problem - use two IDE's to separately manage different source code languages ? 是否有项目设置来处理这类问题 - 使用两个IDE来分别管理不同的源代码语言?

You can continue to use Eclipse and install angularjs-eclipse, see https://github.com/angelozerr/angularjs-eclipse . 您可以继续使用Eclipse并安装angularjs-eclipse,请参阅https://github.com/angelozerr/angularjs-eclipse

There is also JSDT jQuery but I cannot tell its status. 还有JSDT jQuery,但我不能告诉它的状态。

So ideally you can set-up the same project in both IDEs and selected features that works the best. 理想情况下,您可以在IDE和所选功能中设置相同的项目,这些功能最佳。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM