Skip to content

LSP InlayHint fixes

Waqar Ahmed requested to merge work/lsp-inlayhint-fixes into master
  • Reset inline notes on document change
  • Fix sorting gets messed up on text removal sometimes
  • Merge inlay hints that have same position. Some servers send separate inlay hints for the same position which get drawn over eachother
  • Fix issues with servers that don't honor the range we requested hints for and just send the hints for the whole document. We filter out everything that doesn't fall in the requested range and merge hints with ours.

Merge request reports