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

  • Autocomplete for recipe.yml.

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.

Repository

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

TODO

  • List the extension as NPM package in https://www.npmjs.com/
  • Use schemas to provide autocomplete items, depends on https://www.drupal.org/project/distributions_recipes/issues/3475786
  • Automatically generate composer.json for the Recipe
  • Support Default Content
  • Do not show autocomplete items that are already in the Recipe
  • Finish autocomplete for Actions and all child items
  • Fix autocomplete for items that are not directly below the parent, see getParentAttribute()
  • Add unit tests

About

VS Code plugin to provide autocomplete for Drupal Recipes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published