Danny Tuppeny

Results 1793 comments of Danny Tuppeny

Looks like passing the full path as the target is not enough. I tried this: ``` cd ~/Dev/TestStuff/ flutter create flutter_test_project ln -s flutter_test_project $(pwd)/flutter_test_project_link cd flutter_test_project_link flutter pub get...

In `flutter_tools` there are a number of places that use `Directory.current` (or equiv wrappers) such as here: https://github.com/flutter/flutter/blob/bc70ae0f57b4a22722523ec28945344fb3dd4468/packages/flutter_tools/lib/src/project.dart#L100 Hard-coding the symlink path there fixes many of the places that were...

There's an "Encapsulate field" assist - is this what you're looking for?

Ah, I see. Can you give a screenshot of how it looks in IntelliJ? Most functionality like this powered by the analysis server (the VS Code plugin doesn't parse any...

@pq are these coded directly in the IntelliJ plugin using its AST rather than from the server?

Ah, got it - not something we can easily piggy-back then. Do you know if there are any analytics on how much it's used? Since it'd need work in the...

> ⚠️ Make sure to attach this file from your home-directory: > ⚠️file:///c%3A/Users/Kozan/AppData/Local/Temp/Dart-Code.dart-code-unresponsive.cpuprofile.txt Are you able to attach this file? Thanks!

@larssn if there are performance issues I'd very much like to resolve them, but I can only do so with reports and the information noted in the report. VS Code...

@larssn ah, that sounds like a different issue to this. The one that triggers VS Code's warning is when the extensions blocks the extension host (it's a bit misleading, since...

We do show the return type in the same place here: However VS Code only shows it for the highlighted item. There's an open issue about improving this here: https://github.com/microsoft/vscode/issues/39441...