
+1
Implement SlickEdit's "complete-more" command
SlickEdit has a feature which allows one to "continue" auto-completing a matched iine. For example:
foo->bar()->baz()
fo<tab>
This will complete "foo", but I can hit "complete more" to complete the entire line one word at a time: foo->bar()->baz(). SlickEdit will show me a preview of the matching line, and I can use other keys to cycle between all matching lines to pick the one I want. A great alternative to cutting and pasting, and one that doesn’t require any navigation.
Customer support service by UserEcho
Replies 2