https://github.com/wintercms/vscode-extension
Official Winter CMS VSCode extension
https://github.com/wintercms/vscode-extension
extension hacktoberfest vscode
Last synced: about 1 year ago
JSON representation
Official Winter CMS VSCode extension
- Host: GitHub
- URL: https://github.com/wintercms/vscode-extension
- Owner: wintercms
- License: mit
- Created: 2022-02-01T08:57:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T05:59:22.000Z (over 1 year ago)
- Last Synced: 2025-05-07T00:22:52.505Z (about 1 year ago)
- Topics: extension, hacktoberfest, vscode
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=wintercms.winter-cms
- Size: 714 KB
- Stars: 11
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Winter VSCode Extension

The official Visual Studio Code extension for Winter CMS, providing syntax highlighting, code completion and useful assistive features for developers working on Winter projects.
This extension is currently in preview and is not feature-complete.
## Features
**Currently available**
- Syntax highlighting for CMS template files and Winter CMS Block templates.
- Twig definition for Winter-provided Twig functions and filters.
**Planned for v1.0.0**
- YAML schema validation and code completion for the following configurations:
- Form field definitions (`fields.yaml`)
- List column definitions (`columns.yaml`)
- Form behaviour configuration (`config_form.yaml`)
- List behaviour configuration (`config_list.yaml`)
- Relation behaviour configuration (`config_releation.yaml`)
- Reorder behaviour configuration (`config_reorder.yaml`)
- Import/export behaviour configuration (`config_import_export.yaml`)
- Code completion for CMS templates:
- Main template definitions in INI section
- Component configuration in INI section
- Component variables in `{% component %}` tag
## Screenshot

## Requirements
The YAML validation will require the [YAML plugin](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) provided by Red Hat. This will be installed automatically with this extension.
## Additional notes
To enable [Emmet features](https://docs.emmet.io/) in theme templates, add the following to the `emmet.includeLanguages` setting in your `settings.json` in VSCode.
```
"emmet.includeLanguages": {
"wintercms": "html"
}
```
## Compatibility with other extensions
If you are getting the error `Symfony\Component\ErrorHandler\Error\FatalError: Uncaught Illuminate\Contracts\Container\BindingResolutionException: Target [Illuminate\Contracts\Auth\Access\Gate] is not instantiable.` in your logs or Ray output while you have the Laravel Extra Intellisense extension installed, then you can set `LaravelExtraIntellisense.disableAuth` to `true` in your VSCode extension settings.