how do I remove the underscore of script and link tags in vscode"s html file?
Thank you
how do I remove the underscore of script and link tags in vscode"s html file?
Thank you
Open the user settings ( settings.json
) and add a line "editor.links": false,
to turn it off.
it's OK, but it's not necessary. Underlining is meant to remind the user that the link is clickable.
Previous: Mini Program black block / flashback capture
Next: The problem of vertical centering of pictures of unknown height?
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 ...
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...
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 ...
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"> ...
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...
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...
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 ...
enable the automatic completion of vscode. Enter , and it will automatically complete to (cursor here) < div > how to jump the cursor to < div > after typing content goes here < div > (how to move cursor here without arrowKay) how to jump the ...
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...
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...