#does astro language server support updating import paths?
3 messages · Page 1 of 1 (latest)
Hi @merry moth. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
The knowledge sources do not mention any support in the Astro language server or editor tooling for automatically updating import paths when you rename .astro files, nor do they describe a “rename symbol”/refactor feature for imports. They only cover:
- General editor setup and what the official VS Code extension provides (syntax highlighting, IntelliSense, type info, etc.). [Editor setup]
- How imports and import aliases work conceptually and via
tsconfig.json. [Import statements; Aliases]