You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I disabled fast_close because the menu was flickering a lot when using tsserver in a large codebase. I suspect that is due to the LSP reporting new entries, causing the menu to re-open. But what happens now instead, with fast_close disabled, is that my menu selection is cleared while the menu is open, so that sometimes when I click enter to accept I make a newline character instead, because the selection was cleared just before I clicked enter... This happens even though the the first entries in the menu did not change after the update. This makes the plugin super frustrating to use at times. Is there any way to fix this? What more information can I provide to help fix this if it is a bug?
The text was updated successfully, but these errors were encountered:
I disabled
fast_close
because the menu was flickering a lot when usingtsserver
in a large codebase. I suspect that is due to the LSP reporting new entries, causing the menu to re-open. But what happens now instead, withfast_close
disabled, is that my menu selection is cleared while the menu is open, so that sometimes when I click enter to accept I make a newline character instead, because the selection was cleared just before I clicked enter... This happens even though the the first entries in the menu did not change after the update. This makes the plugin super frustrating to use at times. Is there any way to fix this? What more information can I provide to help fix this if it is a bug?The text was updated successfully, but these errors were encountered: