Fork me on GitHub
#cider
<
2019-01-27
>
stardiviner03:01:59

Anyone interested in improving Clojure dot operator methods completion? I have an idea here. But need some help. https://github.com/clojure-emacs/cider/issues/2570

stardiviner04:01:26

I have some progress on this idea. I checked out cider-complete and deeper. Now I can manually complete code by specify symbol and context.

stardiviner04:01:14

Here is my manually specified symbol and context code snippet. It tested work as I want. I found it need to make sure the object variable evaluated. So I need have the object definition evaluated before send completion request.

stardiviner05:01:28

Now I realized that the context helped a lot. I just need add an snippet. which input object at first. then put cursor behind dot for get method completion. This is so simple. solved.

🙌 10
😀 5