Created
June 24, 2025 21:03
-
-
Save HeyItsGilbert/311f84e1eee20918728941cdbc4eaa0e to your computer and use it in GitHub Desktop.
PowerShell snippet: Wrap your selected code with #region blocks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"region": { | |
"prefix": "#region", | |
"body": [ | |
"#region $1", | |
"$TM_SELECTED_TEXT", | |
"#endregion $1" | |
], | |
"description": "Wrap your selected code with #region blocks." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment