nicenote/docs/tools/vscode.md
2021-10-21 15:22:41 +08:00

101 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
nav:
title: 工具
path: /tools
group:
title: 💊 vscode
order: 9
path: /vscode
---
# 💊 vscode
## 插件推荐
### auto-Open Markdown
markdown 预览插件
### beautify
让代码更符合规范
### Bracket Pair Colorizer
括号上色插件,神器推荐
### vscode-ext-color-highlight
颜色上色插件
### color-picker
取色插件
### cssrem
rem转换工具,移动端开发可以安装
### Debugger for Chrome
debugger插件正在学怎么用
### ESlint
代码规范插件
### file-icons
图标插件
### git History
查看历史修改记录插件
### hopscotch
可爱的代码颜色风格
### html css support
应该改支持代码提示插件吧
### markdownlint
markdown 语法提示插件
### path autocomplete
路径补全插件
### react native tools
暂时没用上
### react-native
也没用上
### settings sync
插件备份工具,同步用的,神器
### background
一款美化插件配置如下:
```
"background.useDefault": false,
"background.enabled": true,
"background.customImages": [
"file:///Users/mac/Desktop/improve/1.jpg"
],
"background.style": {
"opacity": 0.1,
"width": "1600px",
"height": "1150px"
}
```
ps: 有的时候超级超级吃 CPU好像有点bug 慎用!!