Home  >  Article  >  Development Tools  >  How to move multiple lines of code at once in vscode

How to move multiple lines of code at once in vscode

尚
Original
2020-01-10 13:52:3212720browse

How to move multiple lines of code at once in vscode

vscode integrates all the features that a modern editor should have, including syntax high lighting, customizable keyboard bindings, Bracket matching (bracket matching) and code snippet collection (snippets).

Some usage methods in vscode:

1. Move multiple lines of code to the left by one tab key at the same time

ctrl [

2. Multiple lines of code at the same time Indent a tab key

ctrl ]

3. Add block comment

shift alt a

4. Add line comment

ctrl /

5. Find

ctrl f

6. Replace

ctrl h

Recommended related articles and tutorials: vscode Tutorial

The above is the detailed content of How to move multiple lines of code at once in vscode. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn