File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ Components without `"use client"` are treated as Server Components.
2727| ---| ---| ---|
2828| ` reactComponentLens.enabled ` | ` true ` | Enable or disable decorations |
2929| ` reactComponentLens.debounceMs ` | ` 200 ` | Delay before recomputing after changes (0 – 2000 ms) |
30+ | ` reactComponentLens.scope.element ` | ` true ` | Highlight JSX element tags (` <Component /> ` , ` </Component> ` ) |
31+ | ` reactComponentLens.scope.declaration ` | ` true ` | Highlight component declaration names (function, class, variable) |
32+ | ` reactComponentLens.scope.export ` | ` true ` | Highlight component names in export declarations |
33+ | ` reactComponentLens.scope.import ` | ` true ` | Highlight component names in import declarations |
34+ | ` reactComponentLens.scope.type ` | ` true ` | Highlight TypeScript interface and type alias declaration names |
3035| ` reactComponentLens.highlightColors.clientComponent ` | ` #14b8a6 ` | Text color for Client Component tags |
3136| ` reactComponentLens.highlightColors.serverComponent ` | ` #f59e0b ` | Text color for Server Component tags |
3237
You can’t perform that action at this time.
0 commit comments