todo.txt-vim icon indicating copy to clipboard operation
todo.txt-vim copied to clipboard

autocompletion for projects and contextx

Open p-phillips opened this issue 8 years ago • 4 comments

Is it possible to include autocompletion for projects and contexts, such that typing

@ho<TAB> would complete to @home, or give a choice such as

    @home 
    @homebase 
    @homebargains

Cheers Pete

p-phillips avatar Oct 24 '16 13:10 p-phillips

This would be a really nice feature indeed.

NicolasWebDev avatar Oct 25 '16 16:10 NicolasWebDev

:+1:

ghost avatar Jul 31 '17 09:07 ghost

If you use something like completor.vim, you will get this functionality for free. I don't believe it needs to be added to this plugin.

hackel avatar Mar 18 '18 01:03 hackel

Completion is implemented in this fork natively without a Python dependency which completor.vim would introduce, and is fairly easy to implement in native vim for todo.txt format, probably wouldn't be hard to merge back into this fork.

fretep avatar Mar 20 '18 09:03 fretep