skip to Main Content

Visual Studio Code – VSCode snippet to place selected text in the middle of fixed-length comment block

Using VSCode snippets, I would like to have the following behaviour. Say I select the word "foobarbaz", then (using a snippet) I would like it to turn into /******************************************************************************/ /* foobarbaz */ /******************************************************************************/ where the length of the comment block…

VIEW QUESTION
Back To Top
Search