当前位置:网站首页>These vscode extensions are my favorite
These vscode extensions are my favorite
2022-04-23 13:05:00 【Hua Weiyun】
CodeSnap
By highlighting the corresponding code snippets in the project , You can quickly create screenshots of your code . It's so easy ! Don't open a new tab , Copied code , And save the photos . The image will be cut with 、 The copy and paste options work together to generate .
Colorize
Colorize Visualize color variables by highlighting color values . This is a convenient time-saving method for converting hexadecimal code and variable names .
Beautify
Beautify Will easily help you solve any type of problem , Readability, your code, etc . All you need is : Press F1
And select “ Beautification document ”. It will automatically fix what you want .
Live Server
When you write HTML, CSS, or JavaScript file , You can press “Go Live”
In your VSCode The bottom of the window , It will automatically add your changes , Without any overloading , wait .
autoDocstring
The document string uses “ Triple single quotes ” or “ Triple double quotes ” Statement , Just in class 、 Below the method or function declaration . All functions should have a document string .
GitLens
GitLens yes Visual Studio Code An open source extension of .GitLens Just to help you better understand the code . Find out who it is 、 Why and when a line or block of code was changed . Review of history , Learn more about how and why code evolved .
Remote SSH
Remote - SSH The extension allows you to use any with SSH Remote computer of the server As development environment . This can greatly simplify development and troubleshooting in various situations .
Settings Sync
Synchronization settings , fragment , The theme , File Icon , start-up , Key binding , Workspace and extended use GitHub Gist Span multiple machines .
Auto Rename Tag
Automatically rename paired HTML/XML
Mark
CSS Peek
Allow from html File to respective css see css ID
And class strings as definitions . allow peek and goto Definition .
版权声明
本文为[Hua Weiyun]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231304194183.html
边栏推荐
- 100 GIS practical application cases (52) - how to keep the number of rows and columns consistent and aligned when cutting grids with grids in ArcGIS?
- Unable to create servlet under SRC subfile of idea
- The quill editor image zooms, multiple rich text boxes are used on one page, and the quill editor upload image address is the server address
- Customize the shortcut options in El date picker, and dynamically set the disabled date
- Pyqt5 store opencv pictures into the built-in sqllite database and query
- AUTOSAR from introduction to mastery 100 lectures (86) - 2F of UDS service foundation
- decast id.var measure.var数据拆分与合并
- STD:: shared of smart pointer_ ptr、std::unique_ ptr
- [51 single chip microcomputer traffic light simulation]
- 5 free audio material websites, recommended collection
猜你喜欢
Custom nail robot alarm
SSM framework series - JUnit unit test optimization day2-3
Importerror after tensorflow installation: DLL load failed: the specified module cannot be found, and the domestic installation is slow
mysql8安装
世界读书日:我想推荐这几本书
内核错误: No rule to make target ‘debian/canonical-certs.pem‘, needed by ‘certs/x509_certificate_list‘
98. Error s.e.errormvcautoconfiguration $staticview reported by freemaker framework: cannot render error page for request
There is no need to crack the markdown editing tool typora
数据库中的日期时间类型
Use Proteus to simulate STM32 ultrasonic srf04 ranging! Code+Proteus
随机推荐
three.js文字模糊问题
Remote access to raspberry pie at home (Part 1)
Wu Enda's programming assignment - logistic regression with a neural network mindset
jmeter操作redis
7_Addmodule和基因加和法add 得到的细胞类型打分在空间上空转对比
office2021安装包下载与激活教程
Design and manufacture of 51 single chip microcomputer solar charging treasure with low voltage alarm (complete code data)
100 GIS practical application cases (51) - a method for calculating the hourly spatial average of NC files according to the specified range in ArcGIS
Free and open source agricultural Internet of things cloud platform (version: 3.0.1)
The El table horizontal scroll bar is fixed at the bottom of the visual window
Melt reshape decast long data short data length conversion data cleaning row column conversion
The project file '' has been renamed or is no longer in the solution, and the source control provider associated with the solution could not be found - two engineering problems
Install nngraph
产品开发都应该知道的8个网站,增强工作体验
Mysql8 installation
Subscribe to Alibaba demo send business messages
Process virtual address space partition
nodeJs + websocket 循环小案例
HQL find the maximum value in a range
Idea的src子文件下无法创建servlet