Results 12 comments of Kai Ting

Oh thanks for the catch, it's a typo. I have updated the original snippet with what I have now. Basically explicitly use "-selection primary". Ideally we can have a user...

Still a planned feature? With this it will be perfect!

couldn't get the workarounds above working somehow. any hints on resolving this?

> Could anyone encountering this provide a bit more info about browser and OS? I have tried to recreate all the situations above, but have not been able to cause...

btw I don't seem to see the same issue with other signature help plugins such as [cmp-nvim-lsp-signature-help](https://github.com/hrsh7th/cmp-nvim-lsp-signature-help). Is this related to the "async" signature requests this plugin is design to...

> Do you mean when you quit nvim you saw `RPC[Error] code_name = UnknownErrorCode, message = “Failed to parse includes”` ? Yup. It's not consistent but for larger files I...

Yea the project is plenty large. It takes 10 seconds to index from scratch and a few more for diagnostics to be loaded in plugins like Trouble. I have only...

I found the workaround `apply_incsearch_fix` enabled would fix this issue. But it breaks the `` `` arrows in `/` mode. After trying a few things I found that changing the...

I think the issue is that when `CargoWorkspace::fetch_metadata()` is called, `--offline` is not passed. I briefly verified in an offline environment. Not clear to me how RA would know it's...