aquarious / tapestrytools

Automatically exported from code.google.com/p/tapestrytools
0 stars 0 forks source link

Autocompletion of public methods with return types doesn't work #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If I have a public method with a return type which is not a getter method, such 
as

    public String sayHello() {
        return "Hello";
    }

the plugin should list this method in the autocompletion list together with all 
other properties.

The result should be ${prop:sayHello()}

Original issue reported on code.google.com by igor.dro...@gmail.com on 22 Aug 2012 at 9:47

GoogleCodeExporter commented 8 years ago
fixed already

Original comment by gavingui...@gmail.com on 29 Aug 2012 at 3:01