Closed
Description
Depending on the user settings, rust-analyzer server can fold too long hints, i.e. HashMap<String, Vec<...>>
.
Now, when the VSCode client hints consist of ranges and support dynamic actions, we can make those folded hints dynamic and unfold them on click, similarly how Intellij does this now.