This is not related to code completion per se.
I would like to able to navigate based on word instead of characters.

| is a cursor pressing tab or something else move it to the right

and also even if this is not strictly about completion
selector: navigation

        | self at: key ifAbsent:
        then
        self |at: key ifAbsent:
        then
        self at:| key ifAbsent:
        then
        self at: key |ifAbsent:


Is it clear what I'm trying to say?



--
Using Opera's mail client: http://www.opera.com/mail/

Reply via email to