I read that Jboss Drools Autocomplete for Eclipse is disabled.
My objective now, is to use Java Autocomplete for .drl files (I'm developing my drl rules with dialect "java").
Does anyone knows how I can use Java Autocomplete in Eclipse for my .drl files?
Thank you in Advance, Oriol
You can get this happening by going to Preferences -> General -> Content types and adding *.drl as a sub-type of Java source.
This will get Java content assist working in .drl files, but it will unfortunately do a whole lot more. It will send your drl files to the Java compiler and it will show error markers for malformed Java code (and drl files contain lots of that).
You can turn off lots of this through various preferences:
So, there is no complete solution here, but you can get some of what you want.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With