We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
useDebugValue
1 parent 75bc8ce commit 97771e7Copy full SHA for 97771e7
README.md
@@ -14,6 +14,7 @@ React Hooks Snippets is a [Visual Studio Code](https://code.visualstudio.com/) e
14
| `ush` | `useState` |
15
| `uth` | `useTransitionHook` |
16
| `udvh` | `useDeferredValue` |
17
+| `udbvh` | `useDebugValue` |
18
| `ueh` | `useEffect` |
19
| `uleh` | `useLayoutEffect` |
20
| `uieh` | `useInsertionEffect` |
snippets/snippets.json
@@ -20,6 +20,13 @@
],
21
"description": "React useDeferredValue() hook"
22
},
23
+ "useDebugValue": {
24
+ "prefix": "udbvh",
25
+ "body": [
26
+ "useDebugValue(${1:value});$0"
27
+ ],
28
+ "description": "React useDebugValue() hook"
29
+ },
30
"useEffect": {
31
"prefix": "ueh",
32
"body": [
0 commit comments