The vscode vue-helper plugin causes the vscode automatic line break shortcut key to fail

vue-helper plugin: code prompt, click on the file path to quickly jump.

Vue-helper causes vscode to function abnormally: the shortcut key (alt + Z) for automatic line wrapping is invalid.

Because I usually like to switch back and forth between line breaks and non-line breaks when I look at the code, so I often use this alt + Z. Today, I found that the button can't change the line. It is guessed that it is a problem with the plug-in installed the day before. After disabling the vue-helper plug-in, you need to restart vscode to restore the normal function.

If you want to open a file with a new line by default, you can also set it as follows:

1. Find the settings

 

2. Enter Editor:word wrap in the search bar of the setting, and set it to on.

 

Guess you like

Origin blog.csdn.net/qq_40269801/article/details/131433090