Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork23
-
I was thinking of rewriting my website to something different, but I first looked at phel blog and releases and was happy to see that it is still very active. This gave me inspiration to continue using phel and upgrade to the latest version. I'm on phel 0.11.0 Phel website is also looking better than ever now. So many new changes to phel, can't wait to dig back in again. P.S. Are there any attempts to write an LSP for Phel? I have tried in the past but I have no experience with it so I failed early :D |
BetaWas this translation helpful?Give feedback.
All reactions
😄 2❤️ 2
Replies: 2 comments 4 replies
-
Hi,@mabasic nice to hear from you again!! Actually,@JesusValeraDev built anIntelliJ Plugin for Phel, you can try it out in your PhpStorm, or in case you don't have a license, you can install it in the free Community Version IntelliJ:https://github.com/phel-lang/phel-intellij-plugin |
BetaWas this translation helpful?Give feedback.
All reactions
-
Yess, I was busy these last days with other stuff, but I will polish and improve even further the plugin from now on :] |
BetaWas this translation helpful?Give feedback.
All reactions
🚀 1
-
I have checked it out, but what I really want is an LSP with go to definition, find references, hover support, etc... I am using Helix these days, and by switching to clojure language I get syntax highlighting and somewhat functional LSP. Clojure lsp thinks that phel is clojure so it is somewhat working 😁 Would love to have an actual lsp for phel. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Yeah, the plugin is far to be perfect, but can do "Go to definition", syntax highlight, suggestions and so on :) |
BetaWas this translation helpful?Give feedback.
All reactions
-
Hi, there is some overlap between LSP andnREPL so maybe that could be interesting also to check out. It's more about repl workflow but also providing editor completions through live process. I got this maybe 50% workinghttps://github.com/jasalt/phel-nrepl, connecting to Emacs Cider and VSCode Calva. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
I will add your |
BetaWas this translation helpful?Give feedback.
All reactions
😄 1