How to add a component of a programming language not supported in IDEA?

已回答

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 "+"?

0

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.

0

请先登录再写评论。