0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

add info about content intellisense (#12164)

This commit is contained in:
Arpan Patel 2024-10-09 07:36:18 -04:00 committed by GitHub
parent c6fd1df695
commit b9e8e96354
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2173,7 +2173,7 @@ export interface AstroUserConfig {
* }
* ```
*
* To use this feature with the Astro VS Code extension, you must also enable the `astro.content-intellisense` option in your VS Code settings. For editors using the Astro language server directly, pass the `contentIntellisense: true` initialization parameter to enable this feature.
* To use this feature with the Astro VS Code extension, you must also enable the `astro.content-intellisense` option in your VS Code settings. For editors using the Astro language server directly, pass the `contentIntellisense: true` initialization parameter to enable this feature. See the [content Intellisense implementation PR](https://github.com/withastro/language-tools/pull/915) for more details about this early feature.
*/
contentIntellisense?: boolean;