Vscode: auto complete window overlaps signature help

Created on 22 Jul 2017  路  6Comments  路  Source: microsoft/vscode

monaco-editor version: 0.9.0
Browser: Chrome
OS: mac
Steps or JS usage snippet reproducing the issue:
Open the playground and type this javascript
setTimeout(w

This opens up autocomplete on top of the signature help:
screen shot 2017-07-22 at 10 49 21 am

editor-rendering feature-request

Most helpful comment

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

All 6 comments

@ramya-rao-a

Happens in VS Code as well while typing at the very bottom of the editor. Not so much at the top as the workbench takes up some space

overlap

layoutContentWidget() only positions the widget left/right/top/bottom based on the space available, but not based on whether it overlaps any other widget.

In this case we have 2 widgets showing up.

There is no way to fix this issue just from the suggestWidget's side. This can happen to any other widget as well.

@alexandrudima thoughts?

Today, content widgets are layouted out independently of each other, so there is no code written which would try to rearrange them such that they don't end up occupying the same space.

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding

:slightly_frowning_face: In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DovydasNavickas picture DovydasNavickas  路  3Comments

curtw picture curtw  路  3Comments

sirius1024 picture sirius1024  路  3Comments

v-pavanp picture v-pavanp  路  3Comments

shanalikhan picture shanalikhan  路  3Comments