Home > Development Tools > VSCode > vscode sets automatic line wrapping

vscode sets automatic line wrapping

王林
Release: 2019-11-05 16:02:10
Original
23519 people have browsed it

vscode sets automatic line wrapping

1. Click "File" on the menu bar, move the mouse to "Preferences", then move to and click the "User Settings" option

vscode sets automatic line wrapping

2. Enter the default settings and find the "editor.wrappingColumn" attribute. You can see that the comment description is clearly written. Set it to 0 to automatically wrap the line in the viewport width.

vscode sets automatic line wrapping

3. Enter "editor.wrappingColumn": 0 in the user settings in the right window to complete automatic line wrapping.

vscode sets automatic line wrapping

Recommended tutorial: vscode tutorial

The above is the detailed content of vscode sets automatic line wrapping. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template