You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would there be any objection to adding a prisma-fmt functionality to the project?
Wanted to make sure before I start work for a PR since prisma doesn't make it the easy finding binary.
I currently implement it in a bare bones mode that I made. I included links on how to get the executable, but not sure if auto-downloading like it VSCode does would be required feature for it being accepted.
The text was updated successfully, but these errors were encountered:
Hmm. I should be more careful with my github notifications...
So, hi!
Yeah, damn, I wish I would've spotted your mode already, could've just contribute to your repo instead of starting my own. Luckily emacs modes are easy. You can now quite easily add LSP and format/lint to the mode, see how I do it in this repo with the lsp-mode and triggering lsp-format on save. I have quite good auto complete/jump to definition etc. working, it's easy to do.
The npm package is @prisma/language-server and when you have prisma-language-server in your PATH, you should be able to get format/lint/autocomplete etc. just like the vscodium and neovim users get.
Would there be any objection to adding a
prisma-fmt
functionality to the project?Wanted to make sure before I start work for a PR since prisma doesn't make it the easy finding binary.
I currently implement it in a bare bones mode that I made. I included links on how to get the executable, but not sure if auto-downloading like it VSCode does would be required feature for it being accepted.
The text was updated successfully, but these errors were encountered: