Caibin Chen
Caibin Chen
@CDitzel Thanks for trying out vanilla emacs. Now I'm suspecting if it's caused by company-lsp not handling out-of-order response correctly. It seems to me that your Python language server is...
Keeping this open for now. @xendk @CDitzel I merged #90. Can you try and see if it fixes your issue?
@CDitzel do you still see the narrowing issue? High latency may come from JSON parsing or language server. That part I don't have control of. Does setting `company-lsp-cache-candidates` to `'auto`...
I'm still struggling in making php-ls working for me :( I guess the problem is that php-ls is too slow and it takes too much time for the server to...
I take my word back. I finally successfully setup php-ls and tried it out. It turned out that the server only sends back completion candidates for the first completion request....
@yyoncho It doesn't look like a completion issue. My experience is that whenever I change anything, e.g. deleting a line, the server stops working. The server does send response for...
company-lsp disables completion in strings by default per #44. Looks like it's time to revisit the decision. Whether in-string completion is desired or not is language specific, or even semantic...
Hi, can you turn on `debug-on-error` by running `M-x set-variable debug-on-error t `, trigger the error and paste the backtrace here? Thanks
#57 is adding native JSON support. I don't think there is much `company-lsp` can do if the bottle neck is JSON parsing. Is it possible to configure Rust language server...
I think company-lsp already does that. Is it not working?