I just started using RAML in my Java project. I use Intellij IDEA, and there my RAML file is displayed as raw text without text selection. It does not seem to recognize this type of file at all.
Is there any plugin for RAML in Intellij IDEA?
Basically I tried google and also checked in the list of plugins . If the plugin does not exist, what would you suggest? It seems that then I will need to use some other tool to modify this file correctly.
source
share