How to show Flutter Widget documentation with Visual Studio Code IntelliSense?

510

Select any line of code & press "ctrl" + "space", & it looks like: Widget documentation

Share:
510
Gabriel Roveri
Author by

Gabriel Roveri

Updated on December 23, 2022

Comments

  • Gabriel Roveri
    Gabriel Roveri over 1 year

    So, how can I show a Widget Documentation with VSCode auto complete? As we can see in this link, when hitting CTRL + SPACE with Android Studio and typing in a widget, it'll show its documentation. However, I couldn't find a way in Visual Studio Code to show a Widget documentation, only this.

    I know it's possible to hover the mouse over the Widget, but I don't want to read its doc after typing it, but instead, before.