Add an way to disable prediction popover #42154
pedrobartolini
started this conversation in
Edit Predictions
Replies: 1 comment
-
|
Yes! I was a big fan of the old UI for edit prediction, where the LSP pop-up and edit prediction were two separate elements. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Suggestion: Add Option to Toggle Prediction Display Mode
When LSP completions appear on screen, a small prediction preview popup currently shows up.
Speaking personally, I find this popup somewhat distracting and unintuitive — it often switches between the classic inline greyed text and the floating preview box, which can make the experience feel cluttered while typing.
Problem
The rapid alternation between inline predictions and the popup can interrupt focus and reduce readability, especially when the prediction updates frequently.
Example of the current popup:
Suggestion
Add a configuration option to toggle both prediction display modes:
This would allow users to choose their preferred completion style — either a minimalist inline approach (similar to VScode GitHub Copilot) or the richer popup preview for those who prefer it.
Example config concept:
Beta Was this translation helpful? Give feedback.
All reactions