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:

@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

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!
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!