neoclide / coc-tsserver

Tsserver extension for coc.nvim that provide rich features like VSCode for javascript & typescript
MIT License
1.05k stars 68 forks source link

Code lens references display on line above instead of in-line #348

Closed lararosekelley closed 2 years ago

lararosekelley commented 2 years ago

Not sure when exactly this started happening, but at some point code lens references started displaying on top of the relevant code rather than next to it, making it less usable IMO -

image

Can provide any additional info if needed, but some basics:

  1. OS: Fedora 35
  2. Neovim version: 0.6.1
  3. COC version: 0.0.80-03a532b544
  4. TS server version: 1.9.8
  5. Node version: 16.13.2
chemzqm commented 2 years ago

:h coc-config-codelens

lararosekelley commented 2 years ago

For those that would actually like direction here, you need to change this setting:

"codeLens.position": "eol"