Todo tree integration of coc.nvim
Inspired by vscode-todo-tree
simplescreenrecorder-2022-11-18_01.27.22.mp4
You need to have coc.nvim installed for this extension to work
:CocInstall coc-todo-tree
Run this to open todo-tree:
:CocCommand coc-todo-tree.showTree
- 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
- filter
- file change watcher