Godspped Extension Pack, is set of VSCode extensions, which helps you develop micro-services with Godspeed Framework faster and better.
Features
Code snippets for events and workflow.
YAML validation for eventsworkflow and datasources
How to use snippets?
godspeed event
Once in an event file, Just type godspeed event to autofill the event.
godspeed workflow
Once in an workflow file, Just type godspeed workflow to autofill the basic workflow.
How to use validation?
Extension will auto activate validation for event, workflow and datasources. In case of missing props, it will give an error on the parent node.
Dependencies
Godspped Extension Pack is dependend on Prisma and YAML VSCode extensions.
Prisma
Godspeed framework internally utilizes Prisma ORM to make working with databases easy.
YAML
events, workflows and datasources in Godspeed framework are primararly written in YAML. So this extension provides a configurable language server. Godspeed framework utilizes that to provide hover on code, code completion, static code analysis and many more features for better developer experience.
Release Notes
1.4.0
First stable version with code snippets for godspeed events and godspeed workflows