Skip to content

Commit ecd2164

Browse files
chuckhendopatbenatar
authored andcommitted
updaes readme with brace expansion information
1 parent 28b528b commit ecd2164

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ files anywhere in your workspace.
2222
AdvancedNewFile plugin only. (thanks to [Kaffiend](https://github.com/Kaffiend))
2323
* Control the order of top convenient options ("last selection", "current file",
2424
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))
2526

2627
## Configuration Example
2728

@@ -33,7 +34,8 @@ files anywhere in your workspace.
3334
"dist": true
3435
},
3536
"advancedNewFile.showInformationMessages": true,
36-
"advancedNewFile.convenienceOptions": ["last", "current", "root"]
37+
"advancedNewFile.convenienceOptions": ["last", "current", "root"],
38+
"advancedNewFile.expandBraces": false
3739
```
3840

3941
## Usage

0 commit comments

Comments
 (0)