myroslavarm / Experimental-Completion

My internship project: improving code completion for Pharo
6 stars 3 forks source link

Coloring: implement TestCompletionEntry>>#type #72

Closed MarcusDenker closed 4 years ago

MarcusDenker commented 5 years ago

If we return the right symbols when #type is called on the entry, the User Interface will color the suggestions (e.g. BOLD for classes).

see the implementors of #type in the old Entry hierarchy (e.g it should be #instVar for instance variables).

If the TestCompletionEntry is extended to store the node, it should be easy to implement this.

MarcusDenker commented 4 years ago

if we do issue #84 it would work

MarcusDenker commented 4 years ago

(I close this therefore)