emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
2020-03-13T17:58:00.139Z

anyone using lsp-clojure + cider + company?

✋ 3
dpsutton 2020-03-13T18:10:49.139600Z

I am. Although I restrict auto complete to just cider

2020-03-13T18:13:10.140500Z

hmm, ok. I'm trying to use both, but for some reason lsp-mode completion is doing something funny and prepends a c on anything it autocompletes

2020-03-13T18:13:44.141300Z

I thought it was some crazy thing with cider + lsp, but apparently it does that when cider is not active

2020-03-13T18:14:26.141700Z

it only appends a c when the symbol I'm completing to starts with a c lol

2020-03-13T18:15:32.142500Z

comp becomes ccomp, but apply becomes apply ¯\(ツ)

dpsutton 2020-03-13T18:15:55.142800Z

Extremely weird

2020-03-13T19:08:58.145Z

I traced it back to this triggerCharacters list. it's a character list that triggers an autocomplete but shouldn't be used in the result, like . in javascript. I think I fixed it: https://github.com/snoe/clojure-lsp/pull/117 🎉

ericdallo 2020-03-13T21:41:07.145900Z

I have this issue too @caio!

ericdallo 2020-03-13T21:49:27.146900Z

I forwarded it to #lsp https://clojurians.slack.com/archives/CPABC1H61/p1584136141005900

🙇 1
ag 2020-03-13T21:57:21.150400Z

@caio have you tried switching to ivy/helm at the completion? i.e.: you start typing something - it pops up company popup. Press C-/. If you check company-active-map it should be bound to counsel-company (if you’re using Ivy) and helm-company (if you’re using Helm). Then you can search for candidates, select one, press “RET”. Is that working okay for you? Asking, because I sometimes have issues with it.

2020-03-13T22:13:04.150700Z

No. I use the standard company pop up, sry

ag 2020-03-13T22:14:39.150900Z

this works from the standard company pop-up. Check company-active-map