Description
Commands like New-AzResourceGroupDeployment
have inherent logical separations based on the capitalisation through out the command name and it would be useful to be able to just highlight Deployment
or ResourceGroup
from within this command and remove this if i needed. I know this is a simple example but should demonstrate the ask correctly.
Currently (as far as I am aware & have read the code right) it seems that the current implementations of SelectNextWord
with default keybinding Shift+Ctrl+RightArrow
and SelectBackwardWord
with default keybinding Shift+Ctrl+LeftArrow
actually calls the internal method BackwardWord
which does the leg work
Is this something that could be added as additional functionality perhaps assigned to Shift+Ctrl+Alt+RightArrow
& Shift+Ctrl+Alt+LeftArrow
respectively?