-
Notifications
You must be signed in to change notification settings - Fork 319
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
Remove the "Open Flutter DevTools" item from the Dart/Flutter Debugger, cleanup all "Open * DevTools" actions from Flutter and Dart Plugins #7839
Comments
Can we leave the affordance and just change what the button does? Instead of opening DevTools in the browser, it could bring the DevTools tool window into focus. One option is to have a few buttons (or a single button that is a dropdown option?)
Without this button, how will users know how to open DevTools in the browser? Is there another affordance for that that is discoverable? For comparison, here is what VS Code has in the debug controls (for a debug mode flutter app the last action is a button to open the Flutter Inspector): |
There are still cases where a user might prefer to use DevTools in the browser that are valid. For example, some of the more complex tools like Performance and Memory may require more screen real estate than is available in the tool window. So we should still have that option accessible to the user as an action at the very least. One nit on that list of actions: the Inspector and Deep Links tool windows should come up too for the search terms "flutter" and "devtools" |
SGTM. This is consistent with VS Code.
No it does not. This would be useful though and could be one of the toolbar actions when in embedded mode. I filed flutter/devtools#8584 to track.
What about "DevTools" though? In the screenshot above, it doesn't look like the Flutter Inspector or the Flutter Deep Links tool show up for the "DevTools" search query. |
Remove the "Open Flutter DevTools" item from the Dart/Flutter Debugger
FYI @alexander-doroshko, @kenzieschmoll
With the improved UX of the embedded browser, we shouldn't direct the user to open devtools from the debugger pane window in this way (i.e. this was added when we didn't have the JxBrowser embedding.)
Screenshot:
The text was updated successfully, but these errors were encountered: