You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I code across multiple languages, PowerShell is the main one I use and creating snippets in VSCode is a nightmare!... Was so happy when I came across https://snippet-generator.app, but I did notice that it the snippet code generated did not insert variables correctly and I had to go and manually fix these afterwards.
The current snippet creator doesn't double up on $ chars to ensure that the variable is inserted properly.
$$Value
will render to$Value
in Powershell snippets. Any chance of this being added? :)Love the app. Thanks.
The text was updated successfully, but these errors were encountered: