A VS Code extension tooltip/hinter/hover-over that can be customized on the fly. Easy way to leave a custom note on every time you hover over a word.
Todo: Side menu history (with edits), leave a note on context menu (intellisence), and local and global hover notes
Added new feature:
Previously:
Updated v0.0.3 to
What it does
Adds a hover provider for symbols/words in files.
Shows a custom note/definition for the hovered symbol when available.
Lets you add or edit the note directly from the hover link (Add/Edit note).
Stores notes in workspace state, so they persist in that workspace.
Usage
Hover any symbol/word in an editor.
Click Add/Edit note in the hover tooltip.
Enter a definition, note, or classification text.
Hover the same symbol again to see your custom note.
You can also run the command palette action:
Tooltip Customizer: Add/Edit Hover Note
Todo's:
Side menu history (with edits),
Leave a note on context menu (intellisence),
Add a timestamp to and see what folder it came from originally.
Development
npm install
npm run compile
Requirements
None
Extension Settings
Tooltipcustomizer.editHoverNote: "enable" or "disable"
Keybind Ctrl+Alt+N
Known Issues
Calling out known issues can help limit users opening duplicate issues against your extension.
Release Notes
Users appreciate release notes as you update your extension.