eibbors / coffee.node.sublime-completions

Convert latest Node.js api file into CoffeeScript completions for Sublime Text 2
4 stars 0 forks source link

Completion stops while typing #1

Closed braco closed 11 years ago

braco commented 11 years ago

while typing: fs = menu pops up fs. = menu vanishes fs.f = completion forgets fs, shows entries: for, forx, etc

eibbors commented 11 years ago

Nothing I can do about that, but if you simply ignore the period it will work. It might take a few tries to get used to it, but it flows especially well with fuzzy matching. ie: clog --> console.log fsrns --> fs.renameSync etc...