Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autocompletion for projects and contextx #52

Open
p-phillips opened this issue Oct 24, 2016 · 4 comments
Open

autocompletion for projects and contextx #52

p-phillips opened this issue Oct 24, 2016 · 4 comments

Comments

@p-phillips
Copy link

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

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

    @home 
    @homebase 
    @homebargains

Cheers
Pete

@NicolasWebDev
Copy link

This would be a really nice feature indeed.

@ghost
Copy link

ghost commented Jul 31, 2017

👍

@hackel
Copy link

hackel commented Mar 18, 2018

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.

@fretep
Copy link

fretep commented Mar 20, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants