coc-todo-tree

0.0.15 • Public • Published

中文说明

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 uppercase C. And group the tags by press lower case c

Config

see: https://github.com/hexh250786313/coc-todo-tree/blob/master/.vim/coc-settings.json

Todo

  • [ ] filter
  • [ ] file change watcher

Package Sidebar

Install

npm i coc-todo-tree

Weekly Downloads

19

Version

0.0.15

License

MIT

Unpacked Size

71.8 kB

Total Files

5

Last publish

Collaborators

  • hexh250786313