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.
A little proposal, that could make some people's lives a bit easier :)
Many times on my notes I find it useful to insert today's date, to have more info and context about the block. Specially when noting down things related to meetings, decisions made, etc.
This inserts the current date into the cursor's position, using
F5
. It's a very naive and simple first approach. Date format is very simple and could be customized by the user, and the shortcut is just the first thing I came up with, it could be anything else.Sorry VSCode passed a linter on these files and the PR seems bulkier than needed. Can revert those if you want