+9

Code completion dropdown goes out of view when you're at the bottom of a page

Kevin O'Connor fa 13 anys updated by Jake Wilson fa 12 anys 1

 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?

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.