rayx
rayx
You can set `wrap=true` in setup and check if it fixes the issue.
well, pushed another change for this. Could you check if it works?
https://user-images.githubusercontent.com/1681295/179486803-8351592f-18a0-4b47-9d1b-4e5f354608ef.mp4 Should be good now.
I do not use rust on daily basis. From the error log you send out, the plugin fire a signature_help() request, the rustanalyzer failed to respond. So it might be...
I am not using rust in a daily base. It is a rust lsp issue. It is too slow to respond to the lsp signatureHelp request. One thing you can...
Should have been fixed. The signature will not pull info from lsp each time TextChanged
https://user-images.githubusercontent.com/1681295/178638314-18583a7f-7936-4223-86c4-33390000aeda.mp4 I do not see the issue myself. Any one can send a code snippets that can reproduce this issue?
To summarise the change I made. Only send a signature request when leading character is a trigger. e.g. ` myfuc(123, 456_` , the signature will only be triggered when `myfunc(_`...
It is kind of expected. The reason is you are in selection mode instead of insert mode when you enabled snippets I added some supports for the selection mode. But...
Thanks @antosha417 . I am not using vsnip. But this seems to be something I should add into README.