How to add a component of a programming language not supported in IDEA?
Answered
The documentation page https://www.jetbrains.com/help/idea/creating-and-managing-modules.html#multimodule-projects explains how to create a module in a project. What should one do if the component contains source files written in a programming language not supported by IntelliJ IDEA, i.e. not one of the listed languages neither one in the drop-down menu displayed after clicking the "+"?
Please sign in to leave a comment.
Hi Meng Lu,
It is described here: https://www.jetbrains.com/help/idea/creating-and-managing-modules.html#import-module-from-sources
Essentially, you just go to File | New | Module from Existing Sources, and then select the directory with your source files.