Skip to content

Commit 046cf33

Browse files
committed
Update README.md
1 parent dab9fdd commit 046cf33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)