Novice question, perhaps, but — I've typically associated my projects with different IDEs based on language and on historical accident, but I have a project that has multiple languages (notably JavaScript and Python) and would prefer to have full language support for all of them in one place.
Can I just open up my WebStorm project, for example, in IntelliJ and have it work there, without disrupting any of the settings associated with the project (so I can go back to WebStorm if there is an issue)? If so, how do I simultaneously work with JavaScript (which needs to know about the yarn setup) and Python (which needs to know about a venv)?