auvred / coc-twoslash-queries

coc.nvim extension which adds support for twoslash queries into typescript projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coc-twoslash-queries

forked from vscode-twoslash-queries

TypeScript twoslash queries extension for coc.nvim

coc-twoslash-queries

Install

:CocInstall coc-twoslash-queries

Important

This extension requires coc-tsserver extension to be installed (it is used to retrieve type information)

Important

(If you're using neovim)

This extension uses inlay hints. The latest version of coc.nvim supports inline inlay hints. This requires nvim 0.10+ (nightly). If you want to use a stable version of nvim, you may pin a version of coc.nvim to 9332d2a

Commands

  • twoslash.insertTwoslashQuery - Insert twoslash query below

License

MIT

About

coc.nvim extension which adds support for twoslash queries into typescript projects

License:MIT License


Languages

Language:TypeScript 97.7%Language:JavaScript 2.3%