Steve Purcell
Steve Purcell
If you're targeting `js2-mode`, wouldn't `js2-complete` etc be clearer than `js-complete`? And the `-complete` suffix in `ac-js-complete` and `company-js-complete` is redundant: just call them `ac-js(2)` and `company-js(2)`. As far as...
These themes currently tell Emacs that - whatever the colour capabilities of the current frame - it should use the exact hex colours you've supplied. (That's what the `t` means...
I see my reputation exceeds me. ;-)
That'd be cool. I just released an initial simple version of [ac-inf-ruby](https://github.com/purcell/ac-inf-ruby) without any documentation support for now.
Can do, if the signature of that method is going to remain fairly stable for a while.
Yeah, I think it's not practical to do that, because I'd have to reproduce the logic in `robe-call-context`, which works off the buffer contents, which won't be the same as...
Re. the verbosity, yes, I need to give company another try. I switched over for a while several months ago, but eventually reverted, for reasons I don't now recall. And...
Yep, I wish I could remember. I'll try flipping back so that I can give more useful feedback. Re smartparens, I've just today gone back to `paredit` in lisps, and...
I haven't noticed it doing that, but smartparens was doing a lot of unexpected stuff by default, e.g. if you had: ``` (foo-b|ar-baz "one") ``` where `|` is point, and...
Ooh, shiny! -> dashes off to try it out