mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
e29f245a10
Problem: When there are multiple inlay hints present at the same position, they should be rendered in the order they are received in the response from LSP as per the LSP spec. Currently, this is not respected. Solution: Gather all hints for a given position, and then set it in a single extmark call instead of multiple set_extmark calls. This leads to fewer extmark calls and correct inlay hints being rendered. |
||
---|---|---|
.. | ||
codelens_spec.lua | ||
completion_spec.lua | ||
diagnostic_spec.lua | ||
handler_spec.lua | ||
incremental_sync_spec.lua | ||
inlay_hint_spec.lua | ||
semantic_tokens_spec.lua | ||
snippet_spec.lua | ||
testutil.lua | ||
utils_spec.lua |