Code Completion in Pharo

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Code Completion in Pharo

komarlu2
No, I think I see what you mean. Ctrl + -> and won't skip to the next word:

it would go like this:
token| := |self| |sourceOf|: |range| |stopAt|: |position|.
        ^ |token| |wordBefore|: |token| |size|


I'll see if I find time for this. :)

Lukas