Skip to content

Commit 989b012

Browse files
authored
Merge pull request #8 from bubablue/feat/readme-md
feat(readme-md): Add readme gif
2 parents 1609d22 + 5e24094 commit 989b012

File tree

6 files changed

+37
-9
lines changed

6 files changed

+37
-9
lines changed

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
future-release=0.1.2
1+
future-release=0.1.3

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ vsc-extension-quickstart.md
1212
**/*.map
1313
**/*.ts
1414
**/.vscode-test.*
15+
assets/**

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# Changelog
22

3-
## [0.1.2](https://github.com/bubablue/dynamic-import-references/tree/0.1.2) (2025-05-07)
3+
## [0.1.3](https://github.com/bubablue/dynamic-import-references/tree/0.1.3) (2025-06-12)
44

5-
[Full Changelog](https://github.com/bubablue/dynamic-import-references/compare/v0.1.1...0.1.2)
5+
[Full Changelog](https://github.com/bubablue/dynamic-import-references/compare/v0.1.2...0.1.3)
6+
7+
**Merged pull requests:**
8+
9+
- Update readme links [\#7](https://github.com/bubablue/dynamic-import-references/pull/7) ([bubablue](https://github.com/bubablue))
10+
- Update readme to not use custom styles [\#6](https://github.com/bubablue/dynamic-import-references/pull/6) ([bubablue](https://github.com/bubablue))
11+
- Update readme [\#5](https://github.com/bubablue/dynamic-import-references/pull/5) ([bubablue](https://github.com/bubablue))
12+
13+
## [v0.1.2](https://github.com/bubablue/dynamic-import-references/tree/v0.1.2) (2025-05-07)
14+
15+
[Full Changelog](https://github.com/bubablue/dynamic-import-references/compare/v0.1.1...v0.1.2)
616

717
**Merged pull requests:**
818

README.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
</h1>
66

77
<p align="center">
8-
<strong>Never miss a React lazy or Next.js dynamic import again!</strong><br/>
9-
Supercharge VS Code's "Find All References" with React.lazy() and Next.js dynamic() detection
8+
<strong> ⚡️ Supercharge VS Code's "Find All References" with React.lazy() and Next.js dynamic() detection</strong><br/>
109
</p>
1110

1211
<div align="center" style="margin: 24px 0; padding: 16px;">
@@ -41,13 +40,31 @@
4140

4241
<div align="center">
4342

44-
---
45-
4643
</div>
4744

45+
## 📑 Table of Contents
46+
47+
- [✨ Why You'll Love This Extension](#-why-youll-love-this-extension)
48+
- [🎯 Smart React & Next.js Detection](#-smart-react--nextjs-detection)
49+
- [⚡ Zero Configuration](#-zero-configuration)
50+
- [🔧 Developer Friendly](#-developer-friendly)
51+
- [🎨 Perfect For React Ecosystems](#-perfect-for-react-ecosystems)
52+
- [🚀 Quick Start](#-quick-start)
53+
- [📦 Installation](#-installation-click-to-expand)
54+
- [🎯 How to Use](#-how-to-use)
55+
- [📋 Supported Patterns & Languages](#-supported-patterns--languages)
56+
- [🔍 Detection Examples](#-detection-examples)
57+
- [⚙️ Configuration](#️-configuration)
58+
- [🛠️ Development & Contributing](#️-development--contributing)
59+
- [🚀 Local Development Setup](#-local-development-setup)
60+
- [🤝 How to Contribute](#-how-to-contribute)
61+
- [💝 Support](#-support)
62+
- [📄 License](#-license)
63+
64+
4865
## ✨ Why You'll Love This Extension
4966

50-
### 🎯 **Smart React & Next.js Detection**
67+
### **Smart React & Next.js Detection**
5168
Automatically finds React lazy and Next.js dynamic imports that VS Code's built-in search misses:
5269
```jsx
5370
// These are now included in "Find All References"!

assets/DynamicImportReferences.gif

4.54 MB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Dynamic Import References",
44
"description": "Enhances VS Code's 'Find All References' feature by including dynamic and lazy imports in JavaScript and TypeScript files.",
55
"publisher": "bubablue00",
6-
"version": "0.1.2",
6+
"version": "0.1.3",
77
"icon": "icon.png",
88
"engines": {
99
"vscode": "^1.97.0"

0 commit comments

Comments
 (0)