Community
Participate
Working Groups
Acceleo 3.0.2 RC4 I have a query as : [query public doSomething(msg : String) : String = ... /] I want to use it like that : 'example'.doSomething().toUpper() When I hit Ctrl+Space right before 'toUpper', the completion suggests every method available on a String (like toUpper() for example). When I begin to type characters to filter the suggestions list, like 't' then 'o', the list only shows the 'toString' choice. Every other choices which should match what I types are filtered out. Second example : Type : 'example'.doSomething().to and then hit Ctrl-space, only 'toString' is suggested.
This has been fixed since then.