chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
seancorfield 2019-12-12T17:57:17.307400Z

With 0.3.6, if I try to get the docs for a var when my cursor is at the end of the name, I now see this error

"(:syntax-quote 1 \"\")%s node expects %d value%s. [at line 1, column 2]"
That didn't happen in 0.3.5.

seancorfield 2019-12-12T17:58:53.308900Z

The most common situation where I want to see docs is when I've just tabbed to complete a function name so my cursor is nearly always at the end of a var name so this feels like a major breakage to me...

mauricio.szabo 2019-12-12T17:59:14.309200Z

For example, if there's a variable like myvar and the cursor is after the r?

mauricio.szabo 2019-12-12T18:00:25.310200Z

Okay, I see the problem 😞 I'm using vim-mode-plus, and it sets the position before the end of the var....

seancorfield 2019-12-12T18:10:50.310400Z

I look forward to 0.3.7 🙂

mauricio.szabo 2019-12-12T19:11:14.310700Z

Just published 0.3.7 🙂

seancorfield 2019-12-12T20:08:49.310900Z

Thank you! Confirmed fixed!

👍 1