CodePilotStormCodePilotStorm is a powerful VS Code extension that brings full-featured JSX/TSX and TypeScript intelligence directly into your editor — covering everything from navigation and refactoring to import management and AST exploration. Features🔍 Go To DefinitionJump instantly to the definition of any symbol — components, functions, variables, types — across your entire project. Bound to 📌 Find All UsagesLocate every reference to a symbol project-wide with a single keystroke ( 🗂️ Import GraphVisualise your project's dependency graph. Use Show Dependencies to see what a file imports, and Show Dependents to see what imports it. Circular dependency detection is also built in. ⚡ Auto ImportAutomatically resolve and insert missing import statements for components, hooks, utilities, and types — keeping your files clean without manual effort. ✏️ Rename RefactorSafely rename any symbol across the entire codebase in one step ( 📖 Hover DocumentationHover over any symbol to see its inferred type, JSDoc comment, and source location — without leaving the editor. 🧭 Breadcrumbs & Document SymbolsNavigate your file structure via breadcrumbs and the Outline panel, powered by a full symbol provider for JS/TS/JSX/TSX files. 🌳 AST Explorer (JSX/TSX Structure View)A dedicated JSX/TSX Structure tree view in the Explorer sidebar renders the live Abstract Syntax Tree of the active file. Click any node to jump straight to its source range. 🔭 Inline Usages LensCodeLens annotations appear above every symbol, showing its usage count inline. Click to expand all references without running a separate search. 📦 Project IndexerOn activation, CodePilotStorm indexes the entire workspace so that all features work instantly — even on cold start — with incremental updates as files change. Requirements
Extension SettingsCodePilotStorm activates automatically for the following language IDs:
No additional settings are required to get started. Keyboard Shortcuts
All shortcuts are active when the editor is focused on a supported file type. Known Issues
Release Notes0.2.0
0.1.0
Enjoy CodePilotStorm! |