Setting: Disable all hints (blue underlines for hints to learn) without manually clicking "Mark as learned"
Opened this issue ยท 5 comments
karlhorky commented
Hi @mattpocock! ๐ Hope you're well
I wanted to propose an extension setting to disable all hints (before they are dismissed with "Mark as Learned"), so that the decorations do not clutter our students' editors (but they still get the benefit of the error translation)
karlhorky commented
Workaround
Switch to Pretty TypeScript Errors instead:
mattpocock commented
Pretty sure we have this already under:
"totalTypeScript.hideAllTips": {
"type": "boolean",
"default": null
},
mattpocock commented
Although if you're struggling to find it, we should probably document it better.
karlhorky commented
karlhorky commented
Although if you're struggling to find it, we should probably document it better.
Sounds good, sure. I'm accustomed to VS Code extensions having their settings in the docs:
- Should the extension have a short readme on the VS Code Marketplace page?
- And maybe also in the GitHub repo
README.md
?
The current "docs page" link goes to a sparse marketing page.