Not sure if it's possible and easy to achieve, but this would be much nicer way,
to have in the Tips not the Shortcut as Plain-Text ,but as a Reference-Text to some VS Command.
Then the Extension reads the currently active shortcut and replaces it before the text is beeing shown.
Example for ED003.html
instead of
Press <b>Ctrl+Shift+L</b> to delete a line (without copying it to your clipboard!)
it would be:
Press <b>{{Edit.LineDelete}}</b> to delete a line (without copying it to your clipboard!)
Not sure if it's possible and easy to achieve, but this would be much nicer way, to have in the Tips not the Shortcut as Plain-Text ,but as a Reference-Text to some VS Command. Then the Extension reads the currently active shortcut and replaces it before the text is beeing shown.
Example for ED003.html instead of
Press <b>Ctrl+Shift+L</b> to delete a line (without copying it to your clipboard!)
it would be:Press <b>{{Edit.LineDelete}}</b> to delete a line (without copying it to your clipboard!)
or something in that vain.