Fork me on GitHub
#calva
<
2018-12-08
>
pez07:12:21

@mateus.pimentel.w I would examine that Emacs plugin and see what it does. 😃 If it uses nREPL then I think it might be pretty easily ported to VS Code. Otherwise I’m pretty clueless. Maybe check it that Clojure LSP could be used for it. https://github.com/snoe/clojure-lsp

Whiskas15:12:20

The emacs plugin uses Regex

Whiskas15:12:47

I mean it uses a combination of things

Whiskas15:12:49

i will read it again

Whiskas15:12:40

It uses cider to resolve the namespace alias

Whiskas15:12:58

like ::alias/something

Whiskas15:12:21

it turns the ::alias into the full namespace

Whiskas15:12:20

It’s a simple extension btw

Whiskas15:12:23

I think it is able to find any fully qualified keyword

pez15:12:45

I think that finding the tokens to add hovers and links to is the easy part.

pez15:12:45

That re-jump thing should be easy to do. I think it fits in Calva to have that functionality for re-frame. If you do it as a PR I'll try to help you as best I can.

Whiskas23:12:25

Oah, sure!, hehe, i will read a obout how these things works

Whiskas23:12:30

because i have never done it before

Whiskas23:12:50

You guys said there is some kind of “how to contribute” page, did’nt you?