You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,20 +12,31 @@ This extension wraps the word near your cursor and replaces it as an argument fo
12
12
* Supports custom prefix
13
13
14
14
> ### Type the variable to log
15
+
15
16

16
17
18
+
17
19
> ### Log the variable on cursor
20
+
18
21

19
22
23
+
20
24
> ### Type and log it as a string
25
+
26
+
21
27

22
28
29
+
23
30
> ### Keep your indents
31
+
24
32

25
33
34
+
26
35
> ### Use custom prefix
36
+
27
37

28
38
39
+
29
40
The fastest way to log your variables! Type it and press `Ctrl+Alt+W` + `W`.
30
41
31
42
Another way to `console.log` your variables is to simply place your **mouse cursor** on them and then wrap them on the line below with `Ctrl+Alt+W` + `Down` or the line above with `Ctrl+Alt+W` + `Up`.
0 commit comments