voldikss / coc-tasks

See https://github.com/voldikss/coc-extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coc-tasks

publish npm version

Tasks list and macros completion support for asynctasks.vim

List

Completion

Hover

no demos

Requirements

Install

:CocInstall coc-tasks

Configurations

Properties

tasks.shortcut: . Type:
string
Default:
"TASKS"
tasks.filetypes: Tasks macros completion on the specific filetypes. Type:
string[]
Default:
[
  "tasks",
  "dosini"
]
tasks.triggerCharacters: . Type:
string[]
Default:
[
  "(",
  "$"
]
tasks.priority: Priority of macros completion. Type:
number
Default:
99

CocList

Try :CocList tasks

  • run
  • open
  • preview
  • ...

License

MIT

About

See https://github.com/voldikss/coc-extensions


Languages

Language:TypeScript 89.4%Language:JavaScript 10.6%