prisma / language-tools

🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.
https://marketplace.visualstudio.com/items?itemName=Prisma.prisma
Apache License 2.0
254 stars 36 forks source link

Support lapce editor #1280

Open tingfeng-key opened 1 year ago

tingfeng-key commented 1 year ago

Suggested solution

Are there plans to add support for lapce

Currently in "Pre-alpha Stage" https://lapce.dev/ https://github.com/lapce/lapce - Lightning-fast and Powerful Code Editor written in Rust https://www.youtube.com/watch?v=_52ZUg-QmW0

Jolg42 commented 1 year ago

Notes: lapce is in Pre-alpha Stage Plugins are hosted on a marketplace https://plugins.lapce.dev/ where one can get an API token. https://docs.lapce.dev/development/plugin-development

Most of them made by https://github.com/panekj?tab=repositories&type=source

Someone could probably copy https://github.com/panekj/lapce-typescript And for example, replace typescript-language-server by @prisma/language-server

Jolg42 commented 1 year ago

@tingfeng-key feel free to give it a shot 👍🏼

Later we can add it to this docs page https://www.prisma.io/docs/guides/development-environment/editor-setup

tingfeng-key commented 1 year ago

I'm trying to write it, hoping it will succeed