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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ files anywhere in your workspace.
22
22
AdvancedNewFile plugin only. (thanks to [Kaffiend](https://github.com/Kaffiend))
23
23
* Control the order of top convenient options ("last selection", "current file",
24
24
etc) via config setting `advancedNewFile.convenienceOptions`
25
+
* Brace expansion - expand braces into multiple files. Entering `index.{html,css}` will create and open `index.html` and `index.css`. (thanks to [chuckhendo](https://github.com/chuckhendo))
25
26
26
27
## Configuration Example
27
28
@@ -33,7 +34,8 @@ files anywhere in your workspace.
0 commit comments