manateelazycat / lsp-bridge

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

auto-completed content comes to end of the line #1022

Open yjloong opened 2 months ago

yjloong commented 2 months ago

What I want is 'X[start]'. But it gives me 'X[st]art'. I think the reason is that ']' is also completed automatically and the latency of lsp-bridge. '()' also will produce the case.

acm-terminal in terminal. GNU Emacs 29.3. lsp-bridge was pulled down 2 months ago.

manateelazycat commented 2 months ago

Can you give me test code?

yjloong commented 2 months ago

emacs.d-master.zip

uname -a: Linux OwO 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

The zip contains all my configuration. I only use cmd 'emacsclient -a "" -t -s uuid' to open emacs in terminal and no gui.

yjloong commented 2 months ago

And sometimes it will be act like this picture if I type too quick. image

yjloong commented 2 months ago

image

type too quick...

yjloong commented 2 months ago

When I typing 'rightness' at beginning... image

manateelazycat commented 1 month ago

You should send issue to acm-terminal

https://github.com/twlz0ne/acm-terminal