当前位置:网站首页>VSCode的有用插件
VSCode的有用插件
2022-07-04 03:59:00 【Lzg_na】
文章目录
VSCode作为一个编辑器需要普普通通,但是众多插件为其提供了强大的生命力。
1. Bracket Pair Colorizer 括号匹配
2. gitLens代码历史
3. polaCode代码截图
ctrl+Shift+p
进入命令输入polacode
点击进入后:将代码拷贝进右侧窗口即可.
4.CodeLf命名神器
使用方法如下:
https://blog.csdn.net/Fei_Yang_YF/article/details/121270937
5. EditorConfig for VS Code代码风格
使用方法如下:
https://blog.csdn.net/pukun888/article/details/119480088
控制命令如下:
root = true
[*]
indent_style = space
indent_size = 4
# we recommend you to keep these unchanged
# 我们建议你保持这些不变
# 换行符类型 = lf
end_of_line = lf
# 字符集=utf-8
charset = utf-8
# 删除行尾空格 = 是
trim_trailing_whitespace = true
# 插入最后一行=真
insert_final_newline = true
[*.md]
# 删除行尾空格 = 否
trim_trailing_whitespace = false
[package.json]
# 缩进样式=空格
indent_style = space
# 缩进大小=2
indent_size = 4
边栏推荐
- CRS-4013: This command is not supported in a single-node configuration.
- 在代码中使用度量单位,从而生活更美好
- The "functional art" jointly created by Bolang and Virgil abloh in 2021 to commemorate the 100th anniversary of Bolang brand will debut during the exhibition of abloh's works in the museum
- 6-5 vulnerability exploitation SSH weak password cracking and utilization
- [cloud native] those lines of code that look awesome but have a very simple principle
- 【MATLAB】通信信号调制通用函数 — 窄带高斯白噪声的生成
- rac删除损坏的磁盘组
- Redis: hash type data operation command
- 【MATLAB】MATLAB 仿真模拟调制系统 — FM 系统
- 关闭的数据能用dbca删除吗? 能
猜你喜欢
两万字带你掌握多线程
Longest increasing subsequence problem (do you really know it)
[Yugong series] go teaching course 001 in July 2022 - Introduction to go language premise
Maui introductory tutorial series (5.xaml and page introduction)
Instructions for LPC interrupt binding under ft2000+
Rhcsa 04 - process management
Share some of my telecommuting experience
How do good test / development programmers practice? Where to go
20000 words will take you to master multithreading
What is context?
随机推荐
ADB tools
Flutter 调用高德地图APP实现位置搜索、路线规划、逆地理编码
附件一:202x年xxx攻防演习授权委托书
Exploration and practice of eventbridge in the field of SaaS enterprise integration
附件2-2保密承诺书.docx
NFT new opportunity, multimedia NFT aggregation platform okaleido will be launched soon
拼夕夕二面:说说布隆过滤器与布谷鸟过滤器?应用场景?我懵了。。
【安全攻防】序列化与反序列,你了解多少?
自动化测试selenium基础篇——webdriverAPI
Formatted text of Kivy tutorial (tutorial includes source code)
PostgreSQL 正式超越 MySQL,这家伙也太强了吧!
Architecture practice camp - graduation project of module 9 of phase 6
Leetcode 121 best time to buy and sell stock (simple)
(pointer) write function void fun (int x, int *pp, int *n)
GUI application: socket network chat room
【无标题】
分布式CAP理论
戳气球和布尔运算问题(巨难)
Rhcsa 03 - Basic permissions for documents
【MATLAB】MATLAB 仿真数字带通传输系统 — ASK、 PSK、 FSK 系统