Astro support for Visual Studio Code
Provides language support for Features
A TypeScript plugin adding support for importing and exporting Astro components inside JavaScript and TypeScript files is also included. ConfigurationHTML, CSS and TypeScript settings can be configured through the TroubleshootingInlay Hints don't workCurrently, only inlay hints provided by TypeScript are supported. TypeScript inlay hints are disabled by default and needs to be enabled using the settings under the
Alternatively, in the GUI this would be in TypeScript > Inlay Hints > Parameter Names. Make sure to update the TypeScript settings and not the JavaScript ones, as Astro is TypeScript-only See this page for more information on the different settings available for inlay hints |