Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-11836

The autocomplete feature in the Drools eclipse plugin is broken

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 3.3.0.Beta2-SOA
    • 3.2.2.Final, 3.3.0.Beta2
    • drools
    • None
    • Hide
      • Install latest jboss tools with drools in to helios
      • Add a drools enabled project
      • Add a String to the when
        rule "My Rule"
        when
        then
           String myString = "";
           myString.
        end
        
      • attempt to use autocomplete (activated by ctrl+space in most environments) on the myString variable
        Auto complete comes up but is missing most information should have a list of methods to perform on this object instead it's just a basic list of drools keywords. This used to show the object methods and other public items.
      Show
      Install latest jboss tools with drools in to helios Add a drools enabled project Add a String to the when rule "My Rule" when then String myString = ""; myString. end attempt to use autocomplete (activated by ctrl+space in most environments) on the myString variable Auto complete comes up but is missing most information should have a list of methods to perform on this object instead it's just a basic list of drools keywords. This used to show the object methods and other public items.

    Description

      The drools auto-completion feature seems to have been disabled or is just no longer working. There is mail archives floating about around this you can see these at http://drools.46999.n3.nabble.com/rules-users-Eclipse-plugin-autocomplete-td3704570.html. For complex rule systems this integration needs to work to make drools a goto tool for development.

      Attachments

        Activity

          People

            kverlaen@redhat.com Kris Verlaenen
            tolzidan_jira Paul Ryan (Inactive)
            Votes:
            4 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: