Drools support in IntelliJ IDEA

人盡茶涼 提交于 2020-01-21 04:50:06

问题


I'm trying to use IntelliJ IDEA with legacy project with Drools files but I'm not successful in this.

I added Drools framework to the module with *.drl files and... nothing. I can't reformat *.drl files, don't have any navigation, no code completion etc.

I expected to see ability to add Drools facet to my module, specify *.drl files and then work with Drools files basically as with Spring framework.

So what Drools support actually IntelliJ IDEA has?


回答1:


Do you have the Drools plugin enabled in IntelliJ IDEA?

To check it, you need to navigate to File -> Settings -> Plugins, then search for Drools. The plugin is called JBoss Drools support. If it's not enabled, enable it.



来源:https://stackoverflow.com/questions/39534153/drools-support-in-intellij-idea

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!