• S
    [fix] #27649 pin intellisense documentation widget to top (#62115) · 9e62a05b
    Samuel Toriel 提交于
    Fixes: #27649
    
    Long docs when cursor is near the bottom will jump to the top to allow for more space, but if the next suggestion docs are smaller it will jump back down creating a jarring experience when flipping through suggestions quickly. Pin the widget to the top if it flips to the top once so that the experience is more fluid.
    
    This is just one way we might handle it. Open to suggestions as this is my first PR to VSCode.
    9e62a05b
suggestWidget.ts 36.9 KB