Replies: 3 comments
-
AFAICS, it behaves similar to Clojure as 100% compatible, so using clojure-lsp would already work, right? |
Beta Was this translation helpful? Give feedback.
-
According to the docs one of the goals is to support static typing, so getting more static type analysis and completions from that would be cool. |
Beta Was this translation helpful? Give feedback.
-
Not sure how I missed this before. Your help would be very appreciated, Eric! I think clojure-lsp should do well out of the gate, since jank's first big milestone is just parity with Clojure JVM. However, going beyond that, I'd like to have jank provide much more useful information via LSP, both including static type information and semantic information which can be used for semantic highlighting. I'm very open to reusing parts of the compiler to aid in lexing, parsing, and analyzing jank code and I want jank's tooling to feel even better than Clojure's. |
Beta Was this translation helpful? Give feedback.
-
Hi!
Looking forward to this project!
I'd like to discuss if you already started working on anything related to LSP support, I'm maintainer of clojure-lsp and have a lot of experience with LSP protocol and editors using it so if you agree I can try to help with that :)
Some questions:
Beta Was this translation helpful? Give feedback.
All reactions