Skip to content

Commit 7c260df

Browse files
committed
docs: add optimized demo gifs, fix node_modules in batch organizer
- Add demo.gif (629K) and demo2.gif (3.3M) to README and blog post - Move folder demo to the relevant section in README - Exclude node_modules at findFiles level to avoid enumerating dependencies - Exclude *.gif from VSIX packaging
1 parent ea23201 commit 7c260df

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ Access these commands via Command Palette (`Ctrl+Shift+P` / `Cmd+Shift+P`):
8787
4. **Mini TS Hero: Check for configuration conflicts** — Detect if multiple tools would organize imports
8888
5. **Mini TS Hero: Toggle legacy mode** — Switch between modern and legacy behavior
8989

90+
![Folder organization demo](demo2.gif)
91+
9092
> **Tip:** Workspace and folder commands automatically skip build artifacts (`node_modules`, `dist`, `build`, etc.). You can add custom exclude patterns for auto-generated files — see [excludePatterns configuration](README-configuration.md#exclude-patterns-team-collaboration).
9193
9294
### Organize on Save

blog-post.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Angular libraries grouped together and automatically merged into one import. RxJ
4040

4141
**This really helps keep the code clean.**
4242

43+
![Demo](demo.gif)
44+
4345
## The Mission
4446

4547
[Christoph Bühler](https://me.cbue.ch/), the original author of TypeScript Hero, no longer had time to maintain the extension. He's moved on from TypeScript work, which is totally fair. We all have our seasons with different technologies.
@@ -63,6 +65,8 @@ Right-click any folder in the Explorer → "Organize imports in folder". Or run
6365

6466
The extension intelligently skips `node_modules`, `dist`, `build`, and other artifacts. You can also configure custom exclude patterns for auto-generated files your team shouldn't touch.
6567

68+
![Folder organization demo](demo2.gif)
69+
6670
**⚠️ Conflict detection**
6771

6872
Using Prettier or ESLint plugins that also sort imports? Run "Check for configuration conflicts" to detect if multiple tools are fighting over your imports.

demo.gif

-703 KB
Loading

demo2.gif

3.32 MB
Loading

0 commit comments

Comments
 (0)