This repository was archived by the owner on May 11, 2022. It is now read-only.
Hintbox work in progress #449
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This came out of the idea that was mentioned at the Fuse Sync Call for an easy way to bubble up some of the buried functionality of VS Code such as useful settings (like the Runtime switch @apupier mentioned) or commands.
Definitely a work in progress, but the high-level idea is that we would have a simple webview in the view side that could possibly change based on content of a particular editor that's open. Not much room, so would limit to maybe the top 5 useful tips or settings that would apply to a particular context.
For instance, if I create one of these for editing Didact files (which is likely), it would be a simple list that would appear if you have a Markdown or AsciiDoc file open in an editor:
Signed-off-by: Brian Fitzpatrick bfitzpat@redhat.com