coc-todo-tree
v0.0.15
Published
Todo tree integration of coc.nvim
Downloads
73
Maintainers
Readme
coc-todo-tree
Todo tree integration of coc.nvim
Inspired by vscode-todo-tree
https://user-images.githubusercontent.com/26080416/202518338-543cf638-396d-48dd-8fff-8097662bf3ca.mp4
Install
You need to have coc.nvim installed for this extension to work
:CocInstall coc-todo-tree
Usage
Run this to open todo-tree:
:CocCommand coc-todo-tree.showTree
Feature
- Using coc-tree (for tree view) to list all tags like @todo / FIXME in your workspace
- Using ripgrep by default
- Custom your tag name / icon / highlight / regex
- View control: Just like vscode-todo-tree, you can switch between three modes:
tags-only
/flat
/tree-view
by press uppercaseC
. And group the tags by press lower casec
Config
see: https://github.com/hexh250786313/coc-todo-tree/blob/master/.vim/coc-settings.json
Todo
- [ ] filter
- [ ] file change watcher