gpt4 book ai didi

intellij-idea - 等效于Webstorm/IntelliJ扩展选择的Visual Studio Code快捷方式

转载 作者:行者123 更新时间:2023-12-04 12:18:22 25 4
gpt4 key购买 nike

我已经习惯了Webstorm的“扩展选择”快捷方式,该快捷方式将选择范围扩展到下一个特殊字符。

示例(如果光标位于“someObjectProperty”中的某个位置,并且快捷方式已激活):

var foo = someObject.someObjectProperty.subProperty;
<-- selection 1 -->
<------ selection 2 --------->
<-------------- selection 3 ------------>

现在,我已切换到Visual Studio Code,与我发现的最接近的快捷方式类型是 editor.action.smartSelect.grow 快捷方式

但是,尽管相似,但并不相同。使用相同的示例(如果光标位于“someObjectProperty”中的某个位置,并且快捷方式已激活):
var foo = someObject.someObjectProperty.subProperty;
<---------------- selection 1 -------------->
<------------------- selection 2 ------------------>

VS Code中有与上述WebStorm中的 扩展选择相似的东西吗?

最佳答案

您要查找的功能称为收缩扩展选择。

它可以通过以下方式工作:

ALT + SHIFT +→选择下一部分

Alt + Shift +←选择前面的部分

对于您的示例,它的工作方式如下(假设光标位于someObjectProperty的j上):

var foo = someObject.someObjectProperty.subProperty;
<-S1-> (This section exists because of camelCase)
<- S2 ->
<- S3 ->
<- S4 ->
<- S5 ->

以供引用:
https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_shrink-expand-selection

关于intellij-idea - 等效于Webstorm/IntelliJ扩展选择的Visual Studio Code快捷方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37996447/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com