我看了下 eglot 的代码,它应该也是 exclusive 的,如果有结果的话就不会让后面的后端起作用了。
如果要 hack 一下的话可以在 eglot-completion-at-point
上加个 advice,在返回时后面 append :exclusive 'no
。
我看了下 eglot 的代码,它应该也是 exclusive 的,如果有结果的话就不会让后面的后端起作用了。
如果要 hack 一下的话可以在 eglot-completion-at-point
上加个 advice,在返回时后面 append :exclusive 'no
。