|
5 | 5 | </h1> |
6 | 6 |
|
7 | 7 | <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/> |
10 | 9 | </p> |
11 | 10 |
|
12 | 11 | <div align="center" style="margin: 24px 0; padding: 16px;"> |
|
41 | 40 |
|
42 | 41 | <div align="center"> |
43 | 42 |
|
44 | | ---- |
45 | | - |
46 | 43 | </div> |
47 | 44 |
|
| 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 | + |
48 | 65 | ## ✨ Why You'll Love This Extension |
49 | 66 |
|
50 | | -### 🎯 **Smart React & Next.js Detection** |
| 67 | +### **Smart React & Next.js Detection** |
51 | 68 | Automatically finds React lazy and Next.js dynamic imports that VS Code's built-in search misses: |
52 | 69 | ```jsx |
53 | 70 | // These are now included in "Find All References"! |
|
0 commit comments