Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not enough space for completion panes in multiline statements #223

Closed
kindermannhubert opened this issue Oct 23, 2022 · 1 comment · Fixed by #224
Closed

Not enough space for completion panes in multiline statements #223

kindermannhubert opened this issue Oct 23, 2022 · 1 comment · Fixed by #224
Assignees

Comments

@kindermannhubert
Copy link
Collaborator

We print new lines after prompt submission so we have enough space for completion panes in next input. That's ok but it's not enough for multiline inputs. See:
VsDebugConsole_I9QMr1vUvs

Perhaps we need to move the start location of completion panes from "current line" to "input start line". That would be necessary only when there's not enough space for panes. VS solves this in a similar way.

@kindermannhubert kindermannhubert self-assigned this Oct 23, 2022
@kindermannhubert
Copy link
Collaborator Author

kindermannhubert commented Oct 23, 2022

Also on the last few lines of code area completions are disabled (because there is no space for them). This restriction should be lifted with this enhancement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant