TIL: coc.nvim goto features

2022-06-04 00:00:00 +0000 UTC

The coc.nvim plugin for (neo)vim provides an implementation of LSP and utilities for working with LSP features in Vim.

One of the most useful features is the set of “goto” features. I use these regularly:

These are especially useful as I am currently working on a C project (ccask) and find the ergonomics excellent for moving between .c and .h files and for quickly finding references to code in disparate files.

Tags: til vim neovim coc