Andrey Listopadov

Results 306 comments of Andrey Listopadov

@sogaiu cool idea actually, but will probably only work for Clojure, as I don't know other Lisps and Schemes that feature some kind of character that is ignored by the...

actually this has nothing to do with `[]` constructs. I've actually seen some Scheme code written in this style: ``` scheme (define (some-foo params) (define (inner-foo params) (let ((some more)...

@eraserhd should I split the issue?

thanks @sogaiu. Yeah, using such characters may serve as a dirty hack, but it is quite dirty, and basically adds unnecessary additional characters to the source files - something I'm...

@eraserhd just to illustrate what I mean: ![simplescreenrecorder-2021-04-05_18 24 48](https://user-images.githubusercontent.com/19470159/113591560-b4c5d400-963c-11eb-99b3-4e3628ea9d52.gif) This is not done by parinfer, but by my small package for Emacs, so here I'm only showing what I've...

> If you want to go through the JSON test cases and see if any of them contradicts what you are proposing, that would be interesting to know. @eraserhd I'm...

I would also like to integrate my fzf plugin with lsp, to browse symbols for example. I think those options will allow me to to determinite if lsp installed, or...

I was thinking lately about comment caching. E.g. when Parinfer can ensure that buffer is correct, it can cache comment positions. When user removes, or inserts `"` Parinfer knows, that...

In emacs, lsp-ui shows documentations to the symbols at which cursor is positioned. ![image](https://user-images.githubusercontent.com/19470159/46954576-a3b63080-d099-11e8-8d30-912dd48f1245.png) I think it is bit annoing to se it all the time, however it's quite handy...

Oh. Yes, this looks like it covers the use-case for hovering, but I'd like to set some sort of timeout for it. I'm not sure if this is possible though....