Markdown All in One
Toggle block quotes
ない。 代わりに Multiple selections (multi-cursor) 機能を使う。
代わりの機能まとめ
- Drag > Shift+Alt+I > Home > Home
- Shift+Alt+Drag
- Ctrl+Alt+Down
- Ctrl+Alt+Up
Multiple selections (multi-cursor)
VS Code supports multiple cursors for fast simultaneous edits. You can add secondary cursors (rendered thinner) with
Alt+Click
. Each cursor operates independently based on the context it sits in. A common way to add more cursors is withCtrl+Alt+Down
orCtrl+Alt+Up
that insert cursors below or above.VS Codeは、高速な同時編集のための複数のカーソルをサポートしています。
Alt+Click
でセカンダリカーソル(薄く表示される)を追加できます。 各カーソルは、置かれている状況に応じて独立して動作します。 カーソルを追加する一般的な方法は、Ctrl+Alt+Down
またはCtrl+Alt+Up
で、カーソルを下または上に挿入する方法です。
Insert cursor at end of each line selected
Command Key Command id Insert cursor at end of each line selected Shift+Alt+I editor.action.insertCursorAtEndOfEachLineSelected 選択された各行の末尾にカーソルを挿入する
Column (box) selection
Column (box) selection
Place the cursor in one corner and then hold
Shift+Alt
while dragging to the opposite corner列(ボックス)選択
カーソルを片方の角に置き、
Shift+Alt
を押しながら反対側の角までドラッグします。
公式の回答
yzhang-gh commented on 29 May 2020 Owner
You can use the multi-cursor feature to add
>
before we add this shortcut.このショートカットを追加する前に、マルチカーソル機能を使って
>
を追加することができます。