Skip to content

Commit 676e3cc

Browse files
committed
docs: update readme and marketplace config
1 parent 41fa47d commit 676e3cc

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"type": "extensionHost",
1111
"request": "launch",
1212
"args": [
13-
"--extensionDevelopmentPath=${workspaceFolder}"
14-
// "--disable-extensions"
13+
"--extensionDevelopmentPath=${workspaceFolder}",
14+
"--disable-extensions"
1515
],
1616
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
1717
"preLaunchTask": "${defaultBuildTask}"

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
# antd design token
22

3+
![logo](assets/logo-mini.png)
4+
35
VSCode extension for antd v5 design token.
46

57
## Features
68

7-
Provide the hover hint of antd v5 design token, include `color`, `value`.
9+
Provide the hover hint and editor decorations of antd v5 design token, include `color`, `value`:
810

9-
![hover](assets/hover.gif)
11+
![decorations](assets/decorations.gif)
1012

11-
Support completion for antd v5 design token value on typing. Note that for sorting, you can type an `a` before typing the token. For example, if you want to type `padding...`, you can type `apadding...`. Which will not affect the variable inserted after the enter keydown.
13+
Support completion for antd v5 design token value on typing. Note that for sorting, you can type an `a` before typing the token. For example, if you want to type `margin...`, you can type `amargin...`. Which will not affect the variable inserted after the enter keydown.
1214

13-
![typing](assets/type.gif)
15+
Sort by token value:
16+
![sort](assets/sort.png)
1417

1518
## Commands
1619

assets/logo-mini.png

15.8 KB
Loading

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
}
2525
]
2626
},
27+
"galleryBanner": {
28+
"color": "#1890ff",
29+
"theme": "dark"
30+
},
2731
"main": "./dist/extension.js",
2832
"icon": "assets/logo.png",
2933
"scripts": {

0 commit comments

Comments
 (0)