manateelazycat / lsp-bridge

A blazingly fast LSP client for Emacs
GNU General Public License v3.0
1.42k stars 204 forks source link

Kill remote process #953

Closed werhner closed 3 months ago

werhner commented 4 months ago
  1. add option lsp-bridge-remote-enable-kill-process, which can kill remote lsp-bridge process when Emacs exit
  2. add option acm-backend-ctags-max-candidates
  3. add command lsp-bridge-ctags-find-def-at-point, which uses xref as front-end.
manateelazycat commented 4 months ago

Thanks for patch, I have review code, need adjust. ;)

werhner commented 4 months ago

Thanks for the review, I'll try to adjust these in my spare time.

manateelazycat commented 4 months ago

@werhner Please let me know if this patch can be merged, thank you

manateelazycat commented 3 months ago

@werhner Please adjust code when you have time. I will merge your patch as soon as possible. Thank you.