+9
Code completion dropdown goes out of view when you're at the bottom of a page
If you're all the way at the bottom of a document and you hit Ctrl Space to invoke the code completer, the dropdown with all of the selectable values pops up underneath and goes off of the screen, with the preselected item quite often not being visible. Maybe this should pop up above the line in question instead?
0
Jake Wilson 13 years ago
Not really a workaround, but one option you might want to enable:
"scroll_past_end": true
This allows you to scroll past the last line of code in a file. Scrolling past the end would keep the code completion dropdown from getting cut off.
Customer support service by UserEcho