Danny Tuppeny
Danny Tuppeny
I have been been working on this, but it's currently blocked by an issue in VS Code/LSP where clicking "cancel" on the notification for slow refactors does not pass the...
This has landed in the server and is available in the current Flutter beta channel.
It looks like lines that start with 4 spaces are not searched for comment references here: https://github.com/dart-lang/sdk/blob/31f7a48baf95fe90dd74cdba041fd1697a3d5fe3/pkg/_fe_analyzer_shared/lib/src/parser/parser_impl.dart#L8498 I suspect this is because things indented with 4 spaces are considered code...
I like that this removes a lot of noise, although I'm not completely sure about how things are grouped (eg. hiding the getter/setter within the field - I feel like...
@scheglov makes sense, thanks! @Rudiksz I think @scheglov makes a good point.. usually this tree is in the order of the source, but I think your current implementation will group...
I think I agree with Brian's points above. It probably makes sense for Flutter Outline and Outline to be consistent about this. I also generally think it's better to be...
My guess is that this requires Virtual Workspaces which isn't currently supported (it requires support from the Dart Analysis Server and is unfortunately not a small job). @lszomoru - can...
@aeschli thanks for the info! Are there going to be any pointers (for users) that the extensions would work in Codespaces? If users see the behaviour above they'll probably just...
Closing this as WontFix, because it's not something that could be supported without being able to run the Dart analysis server entirely in the browser (and I don't know of...
Re-opening this as a place to collect 👍 's on this to gauge demand. If you're interested in this, please add a 👍 and perhaps a comment about the use...