# IDE Integration
Work in progress
Only VSCode integration is available at the moment.
To enable autocompletion and useful snippets, follow the installation steps below:
- If not already installed, download and enable YAML language server extension.
- Update your VSCode settings (i.e.
settings.json
):
"yaml.schemas": {
"https://windsor-docs.netlify.app/schema.json": "*.acf.yaml"
}