SetEditorBottom sets the height from the bottom of the screen where the editor ends. This is used to position the completion popup above the editor.
(height int)
| 128 | // SetEditorBottom sets the height from the bottom of the screen where the editor ends. |
| 129 | // This is used to position the completion popup above the editor. |
| 130 | SetEditorBottom(height int) |
| 131 | } |
| 132 | |
| 133 | // manager represents an item completion component that manages completion state and UI |