Required properties of <extensions> tag is incosistent with documentation
Answered
I wrote my own FileType class and tried to register it as it is written in documentation:
Unfortunately, my JetBrains wants something completely different:
Why? Is it normal? What I am doing wrong?
Please sign in to leave a comment.
You have all the details about the issue provided in the second screenshot.
Also, please make sure to follow the Registering a File Type article.
Thanks. I don't see any additional hints in `Registering a FIle Type` article. It says to derive from ` LanguageFileType` which I did.
Above page has been revised to point out required properties, also added table of possible association attributes