Helin Shiah

Results 15 issues of Helin Shiah

![Screen Shot 2022-04-22 at 10 15 21 AM](https://user-images.githubusercontent.com/6379305/164762952-6d5c6155-5c0b-4bd1-9c69-7df16c3105f8.png)

This logic in `paint` is finicky and very hard to follow; I suspect we could do better. As a first step, perhaps extract the contents of `paint` into a separate...

Disabled a couple tests in https://github.com/flutter/flutter-intellij/pull/5565

tech debt
fixit friday

Not sure if this is a bug or intended. I typed in project name, a default directory is shown with `new_project` as the last subdirectory: ![Screen Shot 2022-04-20 at 10...

ide-consistency

I think we may need to add some special handling for mapping dart files, see the expected inputs/outputs for the VM service to do this mapping: https://github.com/dart-lang/sdk/blob/main/pkg/vm_service/test/uri_mappings_lookup_test.dart

Probably related to https://github.com/flutter/flutter-intellij/issues/5272 ## Steps to Reproduce 1. File > New project > Select Flutter > Next 2. Enter `test-project` as Project name > Finish 3. Error appears with...

fixit friday

It's currently difficult to test whether SDK search (see https://github.com/Dart-Code/Dart-Code/blob/194eabf7409eb4d606d54afb97eda1dc43f8cb76/src/extension/sdk/utils.ts) returns the expected SDK. We may want to expose `scanWorkspace` and test this function individually.

is testing

This is a change to update flutter documentation to use the correct link to DAP documentation, which is being updated: https://dart-review.googlesource.com/c/sdk/+/301504. ## Pre-launch Checklist - [x] I read the [Contributor...

tool

Performance page currently contains some information that does not seem to exist in DevTools (widget rebuild stats?) - decide whether we want to add this to DevTools.