Skip to content

Commit cf8f995

Browse files
fix readme formatting
1 parent 76c84a9 commit cf8f995

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,31 @@ This extension wraps the word near your cursor and replaces it as an argument fo
1212
* Supports custom prefix
1313

1414
> ### Type the variable to log
15+
1516
![demo](images/screenshot_inline_replace.gif)
1617

18+
1719
> ### Log the variable on cursor
20+
1821
![demo](images/screenshot_log_cursor.gif)
1922

23+
2024
> ### Type and log it as a string
25+
26+
2127
![demo](images/screenshot_inline_string.gif)
2228

29+
2330
> ### Keep your indents
31+
2432
![demo](images/screenshot_indent.gif)
2533

34+
2635
> ### Use custom prefix
36+
2737
![demo](images/screenshot_custom_prefix.gif)
2838

39+
2940
The fastest way to log your variables! Type it and press `Ctrl+Alt+W` + `W`.
3041

3142
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

Comments
 (0)