posit-dev / positron

Positron, a next-generation data science IDE
Other
1.27k stars 34 forks source link

consider "stable" completion popup positioning #23

Open kevinushey opened 1 year ago

kevinushey commented 1 year ago

One thing that's always bugged me a little bit about VSCode's completion popup is that it follows the cursor as you type:

https://user-images.githubusercontent.com/1976582/194426953-737856ff-8225-4874-8e34-cd903c34067a.mov

I'd much rather the completion popup position be computed once, and only have the completion position adjusted in the completion list itself is refreshed / changed (as we do in RStudio).

kevinushey commented 1 year ago

Not necessary for MVP.