Reputation: 1983
As far as I remember Visual Code used to have it too even though it was accessible as a Chrome tab instead of a Visual Studio Code tab.
Currently I only see the widget tree, I'm sure there is a inspector for memory, performance...
Upvotes: 3
Views: 2648
Reputation: 564
The issue is that currently for web only the widget inspector & debugger are available, see this issue.
If like me you agree that a message to inform the dev why these are not available instead of being mysteriously missing, upvote the GitHub issue.
Upvotes: 0
Reputation: 386
Version: 1.50.1
You should be able to view it in
Dart: Open DevTools
section
Upvotes: 1
Reputation: 370
Practically there is no such Layout inspector in VSCode.
What you can do is as follows:
Ctrl + Alt + D
on windows OS.In simple words what you have shown in the first image is what is possible in VSCode. In Android Studio you have it located at the bottom(the status bar)
Upvotes: 1