当前位置:网站首页>[vscode]todo tree a to-do plug-in
[vscode]todo tree a to-do plug-in
2022-06-13 00:12:00 【PowerDon】
[VSCode]Todo Tree A to-do plug-in
Todo
Tree A to-do plug-in
When we write programs , There will inevitably be some situations that need to be marked or shelved , When writing code, you will use some special comments to represent different contents , So that we can quickly locate the location of our comments .
There are mainly the following :
TODO
: Used to mark to-do places . Often in some places , Our function has not been realized , Use ToDo
Tagging allows us to quickly locate what needs to be implemented .
HACK
: Used to mark places that may need to be changed . When writing code , In some places we are not sure that he is right , May change in the future , You can use it HACK
Mark .
NOTE
: Add some descriptive text .
INFO
: Used to express some information .
TAG
: Used to create some tags .
XXX
: It is used to mark some hasty places . When writing code , Some places need to be modified frequently , Use at this time XXX
Mark .
BUG
: Used to mark BUG~
FIXME
: It is used to mark some positions that need to be repaired , Can quickly locate .
Here are some of my colors :( The left side can be quickly located by clicking )
Configuration code :( Search directly in settings todo tree, Then choose any one that can open setting.json The option to , Just copy it and overwrite it )
"todo-tree.tree.showScanModeButton": false,
"todo-tree.filtering.excludeGlobs": ["**/node_modules", "*.xml", "*.XML"],
"todo-tree.filtering.ignoreGitSubmodules": true,
"todohighlight.keywords": [
],
"todo-tree.tree.showCountsInTree": true,
"todohighlight.keywordsPattern": "TODO:|FIXME:|NOTE:|\\(([^)]+)\\)",
"todohighlight.defaultStyle": {
},
"todohighlight.isEnable": false,
"todo-tree.highlights.customHighlight": {
"BUG": {
"icon": "bug",
"foreground": "#F56C6C",
"type": "line"
},
"FIXME": {
"icon": "flame",
"foreground": "#FF9800",
"type":"line"
},
"TODO":{
"foreground": "#FFEB38",
"type":"line"
},
"NOTE":{
"icon": "note",
"foreground": "#67C23A",
"type":"line"
},
"INFO":{
"icon": "info",
"foreground": "#909399",
"type":"line"
},
"TAG":{
"icon": "tag",
"foreground": "#409EFF",
"type":"line"
},
"HACK":{
"icon": "versions",
"foreground": "#E040FB",
"type":"line"
},
"XXX":{
"icon": "unverified",
"foreground": "#E91E63",
"type":"line"
}
},
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"INFO",
"NOTE",
"TAG",
"XXX"
],
"todo-tree.general.statusBar": "total",
边栏推荐
- PMP registration conditions, time, cost, new version related information
- 【Matlab】基础运算
- C language standard IO, for example: fread(), fwrite(), fgetc(), etc. (end)
- Is the newly graduated college student taking BEC or PMP? PM who wants to transfer to another job in the future
- Conversion of integer part and decimal part between binary / octal / decimal / hexadecimal
- 机加工行业MES系统模具行业MES系统CNCl中工行业MES系统MES扫码报工MES数据采集
- Leaflet that supports canvas Path. Dashflow dynamic flow direction line
- Introduction to business rules service on SAP Business Technology Platform (BTP)
- How SAP ui5 uses manifest JSON file defines third-party library dependencies
- PMP renewal | PDU specific operation diagram
猜你喜欢
随机推荐
Pytorch loading model error resolution
【Matlab】二维曲线
[colorful] Net dto mapping
Will the salary increase after obtaining PMP certification?
【Matlab】矩阵变换与矩阵求值
3、 Storage system
Kaust:deyao Zhu | value memory map: a graph structured world model based on off-line reinforcement learning
Can branches sign labor contracts with employees
OSM地图本地发布-如何生成各省市矢量地图
如何实现OSM地图本地发布并自定义配图
[C] Inverts the binary of a decimal number and outputs it
2022施工员-设备方向-通用基础(施工员)操作证考试题及模拟考试
2022美容师(技师)上岗证题目及答案
63. 不同路径 II
Distributed lock implementation
Day 3 of jsbom and DOM learning
The e-commerce employee changed the product price to 10% off after leaving the company, and has been detained
Free lottery --- PMP renewal PDU | PMP knowledge map
[matlab] matrix operation
What can PMP bring to you