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
For anyone else that stumbles across this extension/repository: this extension is no longer needed because the feature has been implemented natively in VS Code.
Simply add the following settings to your settings file
For anyone else that stumbles across this extension/repository: this extension is no longer needed because the feature has been implemented natively in VS Code.
Simply add the following settings to your settings file
or search for "inlay" in the settings UI and toggle the settings from there.
Toggling the hints will look as follows:
Parameter type inlay hints
Variable type inlay hints
Property type inlay hints
Return type inlay hints
See the official documentation on this feature here -> https://code.visualstudio.com/docs/languages/typescript#_inlay-hints
See this video showing the feature -> https://www.youtube.com/watch?v=tY4mrgW3jcM
The text was updated successfully, but these errors were encountered: