eclipse-archived / ceylon-web-ide-backend

The Ceylon Web IDE
http://try.ceylon-lang.org/
Apache License 2.0
25 stars 11 forks source link

autocompletion of types is broken #76

Closed gavinking closed 8 years ago

gavinking commented 8 years ago

@quintesse autocompletion of values (lowercased identifiers) is working fine, but autocompletion of types (uppercased identifiers) is broken.

gavinking commented 8 years ago

Actually it works as long as you have typed an initial-lowercase prefix (i.e. str, not Str).