Community
Participate
Working Groups
Build Identifier: 20100917-0705 Having two Xtend files with one extending the other. As soon as the extending statement is commented, code completion is still showing the other files methods. Consider foo.ext with method Void foo(): something; and bar.ext extension foo; Void bar(): foo(); This is correct. But still with following setup codecompletion supposes foo() //extension foo; Void bar(): foo(); As soon as the "//extension foo;" line is removed completely the codecompletion works correct again. Reproducible: Always Steps to Reproduce: 1. create two .ext files with one exporting the other 2. comment out the extension and try code completion 3. remove the extension and try code completion
This is a batch close of open M2T Xpand bugs. It is not planned work on this component in the foreseeable future. If you think this issue needs to be solved and you plan to contribute a fix then feel free to reopen it.