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

Signal to code navigation #464

Open
quekyj opened this issue Feb 26, 2024 · 0 comments
Open

Signal to code navigation #464

quekyj opened this issue Feb 26, 2024 · 0 comments
Labels
enhancement New feature or request flutter Changes are related to Flutter code (e.g. Debug UI)

Comments

@quekyj
Copy link
Contributor

quekyj commented Feb 26, 2024

Motivation

An implementation of the code navigation through Flutter UI. It's helpful to the develop to track which signals in the code is causing the issue.

Desired solution

Its good if we can implement a feature where:

  1. Add a button, probably named it inspect. Then user click on this button.
  2. When a user click on the signal, it will bring user to the signal declaration in the VSCode.

This approach similar to how Flutter devtools extension allow user to inspect on the widget through UI. It will auto navigate user to the line of the code that implement the widget. It's beneficial to help user track their signals.

Alternatives considered

Whenever a devtool is spawn, there's another version of debugger actually actually pop up as well in the browser. Probably can consider that as well.

Additional details

No response

@quekyj quekyj added the enhancement New feature or request label Feb 26, 2024
@mkorbel1 mkorbel1 added the flutter Changes are related to Flutter code (e.g. Debug UI) label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request flutter Changes are related to Flutter code (e.g. Debug UI)
Projects
None yet
Development

No branches or pull requests

2 participants