eclipse / n4js

Eclipse Public License 1.0
30 stars 27 forks source link

Content assist (Completion / Organize imports) not working for type aliases #2554

Closed mmews-n4 closed 9 months ago

mmews-n4 commented 11 months ago

To reproduce: Create an exported type alias. Start typing in another module. Expectation is that code completion does not find the type alias.