-
ctrl/command + shift + p
選擇 install package

image.png
搜索 expandRegion 并選擇
在 Preferences>key Bindings 里面添加
[
{ "keys": ["ctrl+w"], "command": "expand_region" },
]
或者在 mac 中
[
{ "keys": ["super+w"], "command": "expand_region" },
]
- 效果

擴展選取展示.gif