Thomas Johansen

Results 32 comments of Thomas Johansen

While nw.js does support it, it comes with some pretty hefty drawbacks. First of all it requires disabling GPU acceleration, and secondly it only works on OS X and Windows...

Thanks for the suggestion! A few Atom maintainers actually discussed this on Friday, and I did some preliminary testing. During my testing I ran into numerous issues mostly due to...

Will try to find some time over the weekend to revisit cquery integration. I will not abandon clangd, but it might make sense to support both.

@jbree Definitely open to pull requests. My workload is ridiculous right now, so any and all help is greatly appreciated 🙇

Yeah, this is currently a major limitation in Clangd, which returns completion items in a somewhat random order. I had hoped the recent addition of automatic sorting in atom-languageclient would...

@j4cobgarby Yes, but it requires fairly significant effort unless resolved upstream. Unfortunately I've been too busy to continue the work I started on in December. One upstream issue has been...

@sam-mccall Thanks for the heads up! Based on your descriptions of the alternatives, I think perhaps going the protocol extension route makes most sense. Although if that is not currently...

Any errors showing up in the developer console?

AFAIK the error you are seeing is a general problem in Atom IDE when a LSP server connection dies (e.g. the process ends unexpectedly). Is this still an issue? Let...

Very likely that there's a conflict between this package and `ide-clangd`. You'll probably have to choose one of them. If you're willing and interested, try disabling `ide-clangd` to see if...