In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article will introduce in detail "and the method of realizing VSCode automatic completion of html tags and style styles without plug-ins". The content steps are clear and detailed, and the details are handled properly, while the editor updates different knowledge points every day. I hope this article "and the method of realizing VSCode automatic completion of html tags and style styles without plug-ins" will give you unexpected gains. Please follow the editor's ideas slowly and deeply, the details are as follows Let's go and gain new knowledge.
Html, the full name of html, is a markup language that contains a series of tags. Through these tags, you can unify the format of documents on the network and connect scattered Internet resources into a logical whole. Html text is a descriptive text composed of html commands, and html commands can explain text, graphics, animation, sounds, tables, links, etc. Mainly used with css+js to build elegant front-end web pages.
Do not need plug-ins, VSCode code automatically complete (html tags, style styles, css attributes and values,), modify the configuration file can be completed!
The effect is shown as follows:
The steps are as follows:
This editor has been translated into Chinese, so the screenshot is as follows.
First, uncheck (controls whether quick advice is disabled in the active code snippet)
Modify the path (shown in the screenshot):
Set-- >
Text editor (recommended)-- >
Uncheck Suggest:Snippets Prevent Quick Suggestions (controls whether quick advice is disabled within the active code snippet)
Complete the first step. All that's left is to modify the configuration file: settings.json
How do I modify the configuration file settings.json?
1. First find the file (shown in the screenshot) and click "Settings":
2. Then, pop up (as shown in the following figure) the pop-up box interface:
3. Then, click the "Yellow Hollow rectangle" (pictured above) and pop up the settings.json file (screenshot below).
4. Start modifying the file settings.json
All the code before modification is as follows:
{"window.zoomLevel": 0, "terminal.integrated.rendererType": "dom"}
After modification, all the codes are as follows:
{"window.zoomLevel": 0, "terminal.integrated.rendererType": "dom", "editor.suggest.snippetsPreventQuickSuggestions": false, "files.associations": {"* .vue": "html"}} if you can read this, the editor hopes that you will have the most profound understanding from the practical level of the key issue of "and how to implement VSCode's automatic completion of html tags and style styles without plug-ins". The specific use of the situation also requires everyone to practice and use in order to understand, if you want to read more related articles, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.