custom language support tutorial
已回答
I've followed the custom language support tutorial without success https://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support_tutorial.html . I'm running IntelliJ Community 19.2.2 and have tried both variants of step 2.5 https://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/language_and_filetype.html but IntelliJ still asks for a file type to associate test.simple with. Any ideas what I can check on?
请先登录再写评论。
The following issues might be related:
https://youtrack.jetbrains.com/issue/IDEA-220093
https://youtrack.jetbrains.com/issue/IDEA-221563
Try fileTypeFactory approach with latest EAP (19.3.*) or previous versions (e.g. 19.1.*) - it's currently a mess :(