java - How do you use Webstorm and Idea together? -


i've started working on project uses mix of javascript , java code. we're using community edition of idea java code , webstorm javascript.

this fine except fact share same .iml files , result end interacting horribly each other! there way stop this?

there few things do:

  1. upgrade intellij idea ultimate (paid product) supports these languages.

  2. separate javascript , java code in different projects. 2 options here:

a) keep both projects in different folders (subfolders) *.iml , other config files not intersect , not interfere each other.

b) keep actual code have now, store project config files (.idea subfolder) separately -- follow steps described in wi-343 ticket body (create empty project elsewhere; remove default content root; add desired content root).


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -