๐ BUG: Autocompletion for imports not working for new subdirectories (like "components/ui")
Closed this issue ยท 1 comments
sammwashere commented
Describe the Bug
When I create a new subdirectory in components directory (or in layouts directory, both dont work), I can't get autocompletion for the component (both in the HTML and in the import statement).
Steps to Reproduce
- bun create astro@latest
- use strict typescript
- create "newdir" directory inside "components" directory
- create a new component inside this directory (like "ComponentName.astro")
- Error: I get no autocompletion for this new component in already existing components
Princesseuh commented
Duplicate of #685