在为多个光标运行热键时 CMD+D我一直发现自己只需要跳过一项。
例如,在下面的代码中,管道表示我当前的选择和我想跳过的中间项目。
checked=""|
checked=""|
checked=""|
checked=""| // <-- I am here in my selection
checked="" // <-- skip this item for selection and proceed to select the rest
checked=""
checked=""
checked=""
Run Code Online (Sandbox Code Playgroud)
这在 VSCode 中可行吗?
到目前为止我尝试了什么?
我曾尝试使用shift和查找VSCode 快捷方式文档。