andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Feature: abbreviated code completion #92

Open vi opened 11 years ago

vi commented 11 years ago

For example, you have some identifier like AbbreviatedCodeCompletionExampleTestProbleCheck. User types acce [and presses Ctrl+Space] and sees AbbreviatedCodeCompletionExampleTestProbleCheck in the list.

I've seen something like this in colleague's Sublime text editor. As an addition/alternative, a mask can be specified, like ab*c*c*ex.