Skip to content

marcelovani/drupal-recipes-autocomplete-vscode

Repository files navigation

Drupal Recipes Autocomplete: VS Code Extension

VS Code extension that provides autocomplete for Drupal Recipes

Autocomplete

Features

  • Provides autocomplete suggestions for Drupal recipes.
  • Provides validation for recipe.yml.
  • See the list of supported Config actions

Instructions

  • 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.

Video

Watch the demo on Youtube

Contribute

Contributions are more than welcome! Read CONTRIBUTING.md for more information.

Repository

https://github.com/marcelovani/drupal-recipes-autocomplete-vscode

TODO

  • 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

About

VS Code plugin to provide autocomplete for Drupal Recipes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published