本文介绍了在IntelliJ IDEA中支持Drools的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将IntelliJ IDEA与遗留项目与Drools文件一起使用,但我没有成功。

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

我添加了发送到模块,并且......没有。我无法重新格式化 *。drl 文件,没有任何导航,没有代码完成等。

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.

我希望看到能够将Drools facet添加到我的模块,指定 *。drl 文件,然后使用Drools文件基本上与Spring框架一样。

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.

那么Drools实际上支持IntelliJ IDEA的是什么?

So what Drools support actually IntelliJ IDEA has?

推荐答案

您是否在IntelliJ IDEA中启用了Drools插件?

Do you have the Drools plugin enabled in IntelliJ IDEA?

要检查它,你必须转到文件 - >设置 - >插件,然后搜索Drools。该插件称为JBoss Drools支持。如果未启用,请启用它。

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

这篇关于在IntelliJ IDEA中支持Drools的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-01 06:56