Visual Studio Code Extension for wrapping selection

Job ID: 31783216

Budget: $10 – $30 USD

$10 firm budget

I have a string of words open in Visual Studio. I find a word, and I want to surround it with open and close tags. The open tag is p1. The close tag is @. I do this manually today. I would like to have a shortcut key that wraps a highlighted/selected word/characters with these tags.

- Create a Visual Studio Code extension
- Make the extension installable
- When I select a word, then allow a shortcut command to be pressed
- Wrap selection with p1 in the beginning and @ in the end