enable the automatic completion of vscode. Enter
how to jump the cursor to < / div > after typing
how to jump the cursor to the back? Can only press the direction key?
if writing java becomes method ("(cursor herr)"), it is also difficult to skip to the later completion after writing the content. Which shortcut key should be pressed to jump to the later call-- method ("hello world");
this can be set in the code snippet.
Click the menu File-> preferences-> user code snippet
, and then select the corresponding language, such as html
, and then jump to a html.json
file, where you can define your own code snippet
Previous: How to know that a child process is waiting for input and input data to it in nodejs
Next: How to understand the idea of object-oriented programming?
-
Code appears WARNING Compiled with 1 warnings when the terminal is running
after I updated vscode, WARNING Compiled with 1 warnings appeared a red wavy line in a line of code in my Refund.vue. Later, I uninstalled vscode and then reinstalled it. Later, after Baidu checked "vetur.validation.template ": true, changed this ...
Apr.14,2021 -
With a string spliced by value, how to match the corresponding key:value in the tree data and save it in the array?
problem description 1. Several departmental UID strings have been obtained from the backend, separated by ", " commas 2. At the same time, the tree data is obtained from the backend (see code for details) requirements: store departmental UID match...
May.22,2021 -
What if my vscode cannot open the browser with the shortcut keys in the installed plug-in?
I have installed two plug-ins, as shown in figure also indicates failure I would like to ask how to make these two plug-ins, especially the first plug-in, work properly ...
Jun.01,2021 -
About the iview Tabel plug-in: can the data property be looped?
use vue + iview in a project to develop a project that uses iview s table plug-in for table rendering when looping with v-for: how the data property should loop related codes <div v-for="(info,index) in jizuInfo"> ...
Jun.30,2021 -
The height of the CSS block-level element is not set, and there is a default spacing between the vertical direction of the text and the border.
there is a text in the header H1, the height of the text font-size:62px,h1 is not set, and there is a gap between the text displayed in chrome and the upper and lower borders of H1. How does this gap come from and how should it be disposed of? tried t...
Aug.06,2021 -
How to debug the mobile terminal with the live-server plug-in of vscode
the live Server plug-in is very convenient to debug the page. If you detect a change in the page, you can automatically refresh the browser . But if you connect to the phone, the phone and the computer are on the same local area network. After the file c...
Nov.02,2021 -
God problem, VUE packaged out, Css conflict.
problem description vue package out 2 css files Code written in one place is packaged into a z-index 10001 and one is 4 . the environmental background of the problems and what methods you have tried what modifies the order of referencing css ...
Nov.11,2021 -
Vscode variable prompt is invalid
recently upgraded vscode to v1.30.1 found the following problems on variable prompts due to the previous coding habit, I am used to typing a space after the colon , but after typing the space, I find that the variable prompt disappears, leaving onl...
Mar.24,2022 -
How to remove the underline of script tags and link tags by vscode
how do I remove the underscore of script and link tags in vscode s html file? Thank you ...
Mar.30,2022 -
How the vscode editor highlights the script tag type= "text/jsx" time code.
when using vscode, when using script type= "text jsx ", the code is gray. I would like to ask a god who knows how to highlight it. has already used "emmet.syntaxProfiles ": { "javascript ": "jsx "}. It means no effect the following is a screenshot...
Jun.09,2022
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b39679-2b90b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b39679-2b90b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?