当前位置:网站首页>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
边栏推荐
猜你喜欢

Deep understanding of redis -- bloomfilter

Exploration and practice of eventbridge in the field of SaaS enterprise integration

Redis: order collection Zset type data operation command

测试 CS4344 立体声DA转换器

Flutter ‘/usr/lib/libswiftCore.dylib‘ (no such file)

关于solidworks standard无法获得许可 8544问题的总结

The five pictures tell you: why is there such a big gap between people in the workplace?

拼夕夕二面:说说布隆过滤器与布谷鸟过滤器?应用场景?我懵了。。

6-5 vulnerability exploitation SSH weak password cracking and utilization

在代码中使用度量单位,从而生活更美好
随机推荐
Network equipment emergency response Guide
Acwing game 58
RPC - gRPC简单的demo - 学习/实践
GUI application: socket network chat room
STM32F1与STM32CubeIDE编程实例-74HC595驱动4位7段数码管
@Feignclient comments and parameters
Cmake compilation option setting in ros2
Operate the server remotely more gracefully: the practice of paramiko Library
CRS-4013: This command is not supported in a single-node configuration.
【MATLAB】通信信号调制通用函数 — 带通滤波器
First knowledge of batch processing
[cloud native] those lines of code that look awesome but have a very simple principle
MySQL JDBC编程
Yolov6 practice: teach you to use yolov6 for object detection (with data set)
"Don't care too much about salary when looking for a job", this is the biggest lie I've ever heard
【MATLAB】通信信号调制通用函数 — 傅里叶变换
Solve the problem of failed to load property source from location 'classpathapplication YML 'problem
6-4 vulnerability exploitation SSH banner information acquisition
分布式CAP理论
【MATLAB】通信信号调制通用函数 — 插值函数