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:
upgrade intellij idea ultimate (paid product) supports these languages.
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
Post a Comment