Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to inspect the widgets? #167

Open
laoshaw opened this issue Jan 28, 2023 · 2 comments
Open

how to inspect the widgets? #167

laoshaw opened this issue Jan 28, 2023 · 2 comments

Comments

@laoshaw
Copy link

laoshaw commented Jan 28, 2023

Not really a bug report, but I have no idea how to inspect a widget in vim for Flutter. Thanks.

@dkbast
Copy link

dkbast commented Mar 27, 2023

@laoshaw can you elaborate on what you mean by "inspect"?

You can use "go-to-definition" to jump into the implementation inspecting that.

When you want to use the "widget-inspector" from the devtools - I currently just open up the devtools in the browser.

Does that cover your usecases, or did you have something more specific in mind?

@martin-braun
Copy link

This is not a Vim problem. Go ahead and inspect your Widget in VSCode, there is no true inspection. You can inspect its code fine on Vim and VSCode, there is no UI builder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants