Stale inlayHints
in worksheets
#7050
Labels
bug
Something that is making a piece of functionality unusable
worksheets
Use for tickets related to worksheets
Describe the bug
If I have a piece of code like this:
I will correctly get the inlay hints I'd expect. However If I change
hello
to3
like this:but don't save the buffer yet I get sent inlay hints again that look like this:
Notice that it still includes the
hello
hints at the bottom causing the hints to look not right in your editor.Expected behavior
When these hints are sent it should only send them for what is currently in the buffer, not text that has been removed.
Operating system
macOS
Editor/Extension
Nvim (nvim-metals)
Version of Metals
latest snapshot
Extra context or search terms
No response
The text was updated successfully, but these errors were encountered: