-
Notifications
You must be signed in to change notification settings - Fork 303
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 Outline #605
Comments
What does this issue cover? |
Apologies, I thought I'd replied to this! This case is to attempt to add something like the Flutter Outline view that was added to IntelliJ recently: https://groups.google.com/forum/#!topic/flutter-dev/lKtTQ-45kc4 |
We can't control formatting of text so the labels look long with the attributes in them (which is what IntelliJ does). See #605.
Currently doesn't work because we're missing the commands (microsoft/vscode#45124). See #605.
Some items still outstanding (require Code tweaks). See #605.
We can't control formatting of text so the labels look long with the attributes in them (which is what IntelliJ does). See #605.
Currently doesn't work because we're missing the commands (microsoft/vscode#45124). See #605.
Some items still outstanding (require Code tweaks). See #605.
What's the current status on this? Is there a way to test the current state of it? |
There's been no real progress on this. Periodically I come back to it, rebase the changes I have and test them out, but each time I'm disappointed with the behaviour. There are two possible implementations but both of them have significant issues that aren't resolved.
I think the second option is best, but unless Code gets a fix for the issue above, it's not really a good option. |
This case is to implement something similar to the Flutter Outline view from IntelliJ (note: this is still heavily in dev, using an experimental API and subject to change!)
enableProposedApi
The text was updated successfully, but these errors were encountered: