VS Code extension that provides autocomplete for Drupal Recipes
- Provides autocomplete suggestions for Drupal recipes.
- Provides validation for recipe.yml.
- See the list of supported Config actions
- Enable the extension in VS Code as usual
- Create a file called recipe.yml inside a folder on an existing Drupal codebase. The extension will provide autocomplete functionality fetching details from the Drupal codebase.
- To trigger autocomplete, use ^ + Space.
Contributions are more than welcome! Read CONTRIBUTING.md for more information.
https://github.com/marcelovani/drupal-recipes-autocomplete-vscode
- List the extension as NPM package in https://www.npmjs.com/
- Automatically generate composer.json for the Recipe
- Support Default Content
- Do not show autocomplete items that are already in the Recipe
- Add unit tests
- Fix Lint warnings