Ephram
Ephram
I solved this for myself by running ``` sudo apt clean sudo apt update -m sudo dpkg --configure -a sudo apt install -f sudo apt dist-upgrade sudo apt autoremove --purge...
Confirmed this is still happening on 1.24.2 preview, I'll take a crack at it tonight.
The delay before the right half entering is dictated by `completion_documentation_secondary_query_debounce`, which is set to 300ms by default. My experience was much smoother when I set it to 0. Is...
@mikayla-maki I tested with TS and had no (new) issues. However ``` [2024-02-24T12:55:02-07:00 ERROR util] crates/project/src/project.rs:5107: Request completionItem/resolve failed with message: Cannot read properties of undefined (reading 'file') ``` was...
@SomeoneToIgnore I agree it seems a little dangerous, removed. So now languages that use it still have the pop-in, but text is truncated with ellipses: **Rust** Before: After: **Python** Before:...
@SomeoneToIgnore just checked and `completion_documentation_secondary_query_debounce` is already a user-configurable setting
I realized this fix relies on the user having text and UI sizes within a pretty narrow range of ratios. I'm going to work on it and come back with...
It should be good to go!
The requested changes make sense, on it 👍