godspeedsystems / language-tools

🧰 Language Tools = Language Server + Godspeed's VSCode Extension
Other
4 stars 0 forks source link

Godspeed Language Tools

Godspeed Language Tools includes VSCode Extension and Language Server for Godspeed Framework's DSL. Godspeed Framework Using these tools, you will have better developer experience with Godspeed Framework's.

preview

Features

  1. Schema based validation & suggestions for events, workflows and datasources.
  2. JS syntax highlight for inline js in yaml.

Dependencies

Godspped Extension is dependend on Prisma and YAML VSCode extensions.

  1. Prisma

    Godspeed framework internally utilizes Prisma ORM to make working with databases easy.

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

Contributing

If you are new to VSCode extension development, Refer VSCode's Extension Development Guide

Release Notes

1.4.0

  1. First stable version with code snippets for godspeed events and godspeed workflows
  2. Support for validating eventsand workflow DSL