-
Notifications
You must be signed in to change notification settings - Fork 302
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
Flutter UI Guides preview feedback #1731
Comments
I have both dart.previewFlutterUiGuides and dart.previewFlutterUiGuidesCustomTracking enabled. I've restarted vscode. When I write new code, the guidelines appear. But they don't appear on code that I've already written. Edit: Seems to not appear only on some code I've already written. Is that expected behavior? |
@digitalhurricane-io it's not expected behaviour :( Do you have any syntax errors in the file/code that isn't working? Would you mind opening a new issue specifically for this, and include screenshots of the code that's not working? Thanks! |
I'm nesting widgets inside a ternary operator on the offending code. Perhaps this is why? Edit: I've opened an issue with a screenshot of the code here #1771 |
UI guides do not work inside the builder. |
Guide formatting breaks when using tabs for indentation |
Only works in some files for me... not sure why or what I'm doing wrong. Here it doesn't seem to work (at least not how I would expect): (Both are files I wrote before enabling the UI guides) This is such a great idea in theory though, will make writing code in Flutter so much nicer. |
@jckpn the second screenshot uses builders, which didn't support these. I believe that's been improved in a later SDK, but hasn't made the Flutter stable channel yet. Hopefully it'll just start working when it does :-) |
could be the custom line height I think.. |
Thanks for all the feedback. I don't think there's much more to collect from this issue so I'll close it. The UI guides feature remains behind a preview flag because it's method of rendering is not too reliable but there are currently no other available APIs. If VS Code gets a better API for this in the future (microsoft/vscode#73780), we can move them over and hopefully have something good enough to ship on-by-default. |
For info on the Flutter UI Guides preview, see the v3.31 release notes. This thread is for collecting feedback on the guides (including the
customTracking
setting).The text was updated successfully, but these errors were encountered: