intel / intel/rohd

Signal to code navigation

Open
#464 0 comments 0 reactions 0 assignees View on GitHub
enhancement flutter
Dominant language
Dart
Stars
489
Forks
88
Avg merge
3d 23h
Merged PRs (30d)
10

Description

### 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_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.