mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
docs: 更新文档
This commit is contained in:
parent
c743159614
commit
03b21202c9
@ -2,6 +2,8 @@
|
|||||||
"正则大全"的vscode插件
|
"正则大全"的vscode插件
|
||||||
|
|
||||||
## 使用
|
## 使用
|
||||||
进入vscode后按**F1**,输入"zz"可以看到所有的正则列表, 或者输入你想要搜索的正则, 比如"手机".
|
1. 进入vscode后按**F1**.
|
||||||
|
2. 输入**"zz"**可以看到所有的正则列表.
|
||||||
|
3. 或者输入你想要搜索的正则, 比如"手机".
|
||||||
|
|
||||||

|

|
@ -3,7 +3,7 @@
|
|||||||
"publisher": "russell",
|
"publisher": "russell",
|
||||||
"displayName": "any-rule",
|
"displayName": "any-rule",
|
||||||
"description": "你要的\"正则\"都在这!",
|
"description": "你要的\"正则\"都在这!",
|
||||||
"version": "0.0.2",
|
"version": "0.0.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.36.0"
|
"vscode": "^1.36.0"
|
||||||
},
|
},
|
||||||
@ -271,6 +271,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"build": "vsce package",
|
||||||
"vscode:prepublish": "npm run compile",
|
"vscode:prepublish": "npm run compile",
|
||||||
"compile": "tsc -p ./",
|
"compile": "tsc -p ./",
|
||||||
"watch": "tsc -watch -p ./",
|
"watch": "tsc -watch -p ./",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user