David Dovodov

Results 67 comments of David Dovodov

Ok, thank you for response! Maybe you can implement the ability to set custom comparator for sorting algo which can be set manually? So anybody would have instrument to tweak...

I have no many experience in elisp, but I can try to implement such thing and create a PR, don't you mind?

company.el: ``` elisp (defun company--preprocess-candidates (candidates) (cl-assert (cl-every #'stringp candidates)) (unless (company-call-backend 'sorted) (setq candidates (sort candidates 'string

Hi guys. Same here on iMac Retina 5K 27-inch 2017 with Radeon Pro 580 under 10.13.6. I have similar kernel logs after it hangs. I'll try to update to 10.14...

Guys, you definitely should try clangd. I've just installed clangd-8 on ubuntu 18.04, works fine with emacs + lsp-mode, super fast and straightforward. Plus a lot of options and I...

Hi guys. I'm experiencing the same issue with the latest lsp-mode, lsp-ui and cquery. When I'm trying to apply Fixit `Pick one of N includes to insert`, it says ```...

For me`caseInsensitivePrefixMatcher` works better than others so far. Will try another approaches

Hi guys. Sorry, was too busy all the week

Also which version of clang-format do you use to format code? Mine is 6.0.0 and I'm getting some diff on untouched files when formatting all src directory