zenstackhq / zenstack

Fullstack TypeScript toolkit that enhances Prisma ORM with flexible Authorization layer for RBAC/ABAC/PBAC/ReBAC, offering auto-generated type-safe APIs and frontend hooks.
https://zenstack.dev
MIT License
2.19k stars 91 forks source link

[Feature Request] Plugin for JetBrains editors #519

Closed giovanni-orciuolo closed 11 months ago

giovanni-orciuolo commented 1 year ago

I would like to write zmodel files in a JetBrains editor (e.g. IDEA/WebStorm). Are there plans to add this in the future? In case not, is there a language server I can use to build this plugin myself? Similar to what happens with the VS Code extension.

Thank you in advance!

jiashengguo commented 1 year ago

Thanks for trying out ZenStack!

Unfortunately that we don't have a plan to support IntelliJ/JetBrains in the short term yet.

Our VScode extension uses another OSS project Langium. I found there was an open issue with it too: https://github.com/langium/langium/issues/999

I think we will consider to support it when this issue is resolved by langium.

ymc9 commented 1 year ago

Closing for now since there's no immediate plan.

ymc9 commented 1 year ago

Related discussion here:

https://github.com/zenstackhq/zenstack/discussions/414