As a developer I want to select a variable including the $ so that I don't have to select it manually by sliding.
When a user double-click a variable, the whole variable including the $ is selected
"[powershell]": {
"editor.wordSeparators": "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?"
}
Add this to your settings JSON in VS Code and now your double clicks on a variable names include the dollar sign '$'.
From my tweet:
https://twitter.com/TylerLeonhardt/status/1102749805233737729
I need to add this to the ISE compat doc
We should also consider this for ISE Mode
Most helpful comment
Add this to your settings JSON in VS Code and now your double clicks on a variable names include the dollar sign '$'.
From my tweet:
https://twitter.com/TylerLeonhardt/status/1102749805233737729