Danny Tuppeny

Results 1798 comments of Danny Tuppeny

Thanks for the log! Running "Fix All" (particularly with a large number of diagnostics) can be an expensive operation (because we compute fixes, apply them to temporary overlays, re-analyze all...

> That said, I see a lot of diagnostics being sent while the operation is running, and this is unexpected. Digging more, this is actually from an in-process analysis started...

@josephemorgan I wouldn't expect nested projects or path dependencies to cause any additional problems. Changing code in one project may result in code in the other project being re-analyzed, but...

From the last few comments above, it sounds like the poor performance might be caused by the structure of the package, resulting in a lot of analysis happening during typing....

Also - on the latest Flutter master there is a new page in the analysis server diagnostics (which you can access by running the **Dart: Open Analyzer Diagnostics** command in...

@sebthom can you repro this on any public projects? If you add a way to call to the custom method `dart/diagnosticServer`, it will return a `{ port: number }` which...

> Perhaps we could even serve Markdown files too so IDEs could surface the documentation inline (are they capable of that or is that even valuable @bwilkerson?). I'm not exactly...

FWIW, one thing we can do today (which you may know about, but it's not super obvious in VS Code's UI), is attach a URL to an error code so...

@gwhizofss the sidebar only appears when you have a Flutter project open - it's not clear if that's the case from the screenshot. Can you check this? (or post a...

Can you try running the **Show Running Extensions** command and see whether the Dart extension reports any errors activating? Could you also right-click on the status bar at the bottom...