zenstack/packages/schema
2023-10-22 20:15:27 -04:00
..
asset chore: add white background to logo, optimize README (#92) 2022-11-13 17:47:25 +08:00
bin merge canary to dev (#181) 2023-01-27 22:31:44 +08:00
build fix: vscode language accidentally bundles prisma packages (#623) 2023-08-12 11:51:57 +08:00
src fix: resolve member access expr only in the context of operand type (#761) 2023-10-13 20:11:36 -07:00
syntaxes merge canary to dev (#181) 2023-01-27 22:31:44 +08:00
tests fix: resolve member access expr only in the context of operand type (#761) 2023-10-13 20:11:36 -07:00
.eslintrc.json feature: a better "zod" plugin (#521) 2023-06-30 15:25:53 +08:00
.gitignore merge canary to dev (#181) 2023-01-27 22:31:44 +08:00
.vscodeignore dev2main (#30) 2022-10-28 20:22:29 +08:00
jest.config.ts merge canary to dev (#181) 2023-01-27 22:31:44 +08:00
language-configuration.json merge canary to dev (#181) 2023-01-27 22:31:44 +08:00
LICENSE merge canary to dev (#181) 2023-01-27 22:31:44 +08:00
package.json chore: bump version (#781) 2023-10-22 20:15:27 -04:00
README-global.md merge canary to dev (#181) 2023-01-27 22:31:44 +08:00
README.md merge canary to dev (#181) 2023-01-27 22:31:44 +08:00
tsconfig.json chore: unify tsconfig files (#722) 2023-10-01 22:32:32 -07:00

ZenStack VS Code Extension

ZenStack is a toolkit that simplifies the development of a web app's backend. It supercharges Prisma ORM with a powerful access control layer and unleashes its full potential for web development.

This VS Code extension provides code editing helpers for authoring ZenStack's schema files (.zmodel files).

Features

  • Syntax highlighting
  • Auto formatting
  • Inline error reporting
  • Go-to definition
  • Hover documentation
  • Code section folding

Community

Join our discord server for chat and updates!

License

MIT