Is there any way in Visual Studio Code to prevent "over-selection" when using Shift + Alt + RightArrow combo?
E.g. if I'm at the end of line 4 below and I hit that key combo, VS Code selects up until the end of bar which is never what I want and means I always have to unselect the last word:
In JetBrain's WebStorm for example, it only selects up to start of bar which is much more useful:

