richjyoung / vscode-modern-vhdl

Modern VSCode VHDL Support
MIT License
30 stars 12 forks source link

[Feature Request]: Uppercase Snippets #6

Open Marian-Braendle opened 5 years ago

Marian-Braendle commented 5 years ago

It would be nice to have an option to insert snippets with uppercase keywords.

richjyoung commented 5 years ago

Thank you for the suggestion, if the current set of snippets were duplicated with uppercase shortcuts to give uppercase keywords would that be suitable?

There is unfortunately no easy way to configure snippet behaviour, the text is inserted verbatim.

On Wed, 3 Apr 2019, 12:39 mbraendle, notifications@github.com wrote:

It would be nice to have an option to insert snippets with uppercase keywords.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/richjyoung/vscode-modern-vhdl/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AD3aKU8flq0jEVLGfkNNcQO6VOwEnDKGks5vdJLTgaJpZM4caSsM .

richjyoung commented 5 years ago

Take a look at https://github.com/richjyoung/vscode-modern-vhdl/commit/6be2381b9808b1581636ceec004e4e6e667d697e

This adds a copy of all existing snippets with upper case shortcuts and keywords.