eclipse / n4js

Eclipse Public License 1.0
30 stars 27 forks source link

Content assist not working at specific location in code #2569

Closed mmews-n4 closed 9 months ago

mmews-n4 commented 10 months ago

Example

function *generator() {
    if (true) {
        yield 2;
    }
    RequestH // HERE: content not working assuming RequestHeader is an exported class (note: it is working above)
}