同时使用WebStorm和IntelliJ [英] Using WebStorm and IntelliJ at the same time

查看:1318
本文介绍了同时使用WebStorm和IntelliJ的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有使用java,jsp和js构建的现有Web应用程序的代码。

I have code for an existing web application built with java, jsp, and js.

我想将WebStorm用于开发的JS部分和IntelliJ的免费版本用于其余的代码,但它看起来不像我能打开同一个项目,因为他们似乎互相踩到了。

I would like to use WebStorm for the JS part of the development and the free edition of IntelliJ for the rest of the code, but it doesn't look like I can open the same project in both as they seem to step on each other.

有没有办法我可以做到这一点,而无需一直关闭/切换IDE?

Is there a way I can do this without having to close/switch the IDEs all the time?

推荐答案

在WebStorm中打开Idea项目(反之亦然)不是推荐的方法。不同的基于Idea的IDE(RubyMine,PHPStorm,WebStorm,PyCharm,IDEA)具有相同的项目格式(.idea),但不兼容的设置/模块类型不同。因此,我们强烈建议避免在IDE之间共享相同的项目。
如果你想在不同的IDE中使用相同的前端源,我建议共享sources文件夹,但保持.idea文件夹分开:只需在WebStorm中创建一个新的空项目并添加你的source根作为设置/目录中的附加内容根

Opening Idea project in WebStorm and vice versa is not a recommended approach. Different Idea-based IDEs (RubyMine, PHPStorm, WebStorm, PyCharm, IDEA) have the same project format (.idea) but different settings/module types that aren't compatible. So we strongly recommend to avoid sharing the same project between IDEs. If you like to work on the same front-end sources in different IDEs, I'd suggest sharing the sources folder(s) but keeping the .idea folders separated: just create a new empty project in WebStorm and add your sources root as additional content root in Settings/Directories

这篇关于同时使用WebStorm和IntelliJ的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆