coq_nvim icon indicating copy to clipboard operation
coq_nvim copied to clipboard

LSP dart/flutter adds (…) to method name

Open dizzib opened this issue 1 year ago • 1 comments

In the following example…

Screenshot 2024-09-20 at 14 11 49

…accepting the completion results in the following:

Screenshot 2024-09-20 at 14 38 36

It would be great if it could complete like this: Screenshot 2024-09-20 at 14 32 31

I’m not sure if this is a issue with coq or dart’s LSP implementation, as a similar issue has been reported for coc-flutter.

dizzib avatar Sep 20 '24 13:09 dizzib

I have this problem with rust and nvim-cmp, where rust and coq works fine. Still trying to figure out whats going on

VVishion avatar Oct 19 '24 17:10 VVishion