Results 98 comments of A4-Tacks

I don't understand why other lens.references don't cause very slow performance enable all lens (exclude `rust-analyzer.lens.references.method.enable`) is also fast

> Anyway, feel free to download a binary from https://github.com/rust-lang/rust-analyzer/releases/tag/2024-08-19 and see if it's any faster. Although: I downloaded `rust-analyzer-aarch64-unknown-linux-gnu.gz` and use, but the still slow `rust-analyzer 0.3.1756-standalone (e402c494b 2023-12-01)`...

> This seems to be fixed? I cannot reproduce it. `rust-analyzer 1.82.0-nightly (7c2012d0 2024-07-26)` reproduced ![Screenshot_20240816_122510](https://github.com/user-attachments/assets/e4caecae-11fe-468d-96d8-56c7119c97cb)

> Also since you added some highlighting could you add a screenshot with and without the highlighting. I think we would probably have to add a flag for that. It...

The indentation of parentheses at the end and beginning of unpaired lines may be incorrect ``` # some code reduce .[] as $i (0; .+$i ) ``` Perhaps we can...

Reducing multi-level indentation in the same line is troublesome, and how much indentation should be added to multiple parentheses in the same line is a more complex issue. Perhaps the...

Update to: ``` ## versions vim version: VIM - Vi IMproved 9.1 9011362 node version: v23.9.0 coc.nvim version: 0.0.82-1baa8dcb 2025-05-05 17:08:59 +0800 coc.nvim directory: /home/lrne/.vim/plugged/coc.nvim term: dumb platform: linux ##...

This happens occasionally Perhaps you can increase the number of lines? **vimrc**: ```vim color habamax call plug#begin('~/.vim/plugged') Plug 'neoclide/coc.nvim' call plug#end() inoremap \ coc#pum#visible() ? coc#pum#confirm() \ : "\u\\=coc#on_enter()\" ```...

It seems that confirming at the moment when the completion window pops up is easy to reproduce 1. Wait to loaded 2. On `(f)` click `` 3. Quick click ``...

Perhaps this conflicts with the default keyword completion in coc, as it seems easier to reproduce when confirming the completion list in r-a is not yet displayed