You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for a way to toggle the the inlay type hints dynamically, as they are often useful, but I find can make code more "dense" and hard to read at times:
Currently if I alter any of the settings like rust-analyzer.inlayHints.typeHints it will only apply after clicking Reload, which is quite disruptive (takes several seconds while the window closes/reopens and reanalyzes the project etc)
Judging from #1977 this setting would apply without reload; is this behaviour possible to restore?
The text was updated successfully, but these errors were encountered:
I was looking for a way to toggle the the inlay type hints dynamically, as they are often useful, but I find can make code more "dense" and hard to read at times:
Currently if I alter any of the settings like
rust-analyzer.inlayHints.typeHints
it will only apply after clicking Reload, which is quite disruptive (takes several seconds while the window closes/reopens and reanalyzes the project etc)Judging from #1977 this setting would apply without reload; is this behaviour possible to restore?
The text was updated successfully, but these errors were encountered: