Skip to content

Commit c303dc7

Browse files
committed
支持懒加载
支持懒加载
1 parent 1e5935b commit c303dc7

File tree

13 files changed

+228
-92
lines changed

13 files changed

+228
-92
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77

88
# Features
99

10-
Easily work with `less, sass, scss, stylus, typescript, jade, pug and jsx` files in Visual Studio Code.
10+
<!-- Easily work with `less, sass, scss, stylus, typescript, jade, pug and jsx` files in Visual Studio Code. -->
1111

12-
> 1.Please turn on the `Compile Hero: On` switch when using ↓
12+
> 1.Open the `less, sass, scss, stylus, ts, tsx, jade, pug or js` file.
13+
14+
> 2.`Compile Hero: On/Off` will appear in the status bar at the bottom right corner, please turn on the `Compile Hero: On` switch when using ↓
1315
1416
![9](https://user-images.githubusercontent.com/17243165/100497845-f3341980-3198-11eb-83bc-c551e17b0b84.png)
1517

16-
> 2.Compile on save `(ctrl+s)`
18+
> 3.Compile on save `(ctrl+s)`
1719
1820
Or select `Compile Files` on right-click menu item for `less, sass, scss, stylus, typescript, jade, pug and jsx` files without using a build task.
1921

@@ -24,11 +26,11 @@ You can also select part of the code and use the `Compile Selected` menu item or
2426

2527
![10](https://user-images.githubusercontent.com/17243165/100497811-c253e480-3198-11eb-894d-e0b28d84905a.gif)
2628

27-
> 3.Beautify on save `(alt+shift+f)` or select `Format Document` on right-click menu item for `javascript, json, css, sass and html`.
29+
> 4.Beautify on save `(alt+shift+f)` or select `Format Document` on right-click menu item for `javascript, json, css, sass and html`.
2830
2931
![8](https://user-images.githubusercontent.com/17243165/100497793-ae0fe780-3198-11eb-8b69-9c621a0cc9c6.gif)
3032

31-
- Compile `less, sass, scss, typescript, jade, pug and jsx` on save.
33+
- Compile `less, sass, scss, stylus, typescript, typescriptreact, jade, pug and js` on save.
3234
- Support autoprefixer for `less, scss, scss`.
3335
- Support to open `html` files to preview in browser.
3436
- minify `javascript` and `css` files.

out/extension.js

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/extension.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/status.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/status.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)