Danny Tuppeny

Results 1798 comments of Danny Tuppeny

Seems like there are two unrelated issues here: 1. switch expression showing up in the wrong place 2. Enum member not showing up A single-file repro that doesn't require Flutter:...

One of these is easier to fix than the other, so splitting the switch expression part out to https://github.com/Dart-Code/Dart-Code/issues/4795.

It appears that this has been resolved now: ![image](https://github.com/user-attachments/assets/6deb6c0e-2355-4cc2-9371-01535a5fe01e) ![image](https://github.com/user-attachments/assets/7149fc24-62b2-4c80-82e1-536e68d6d9f2)

There are a lot of places that we look for SDKs, but this is mostly because we want to do our best to find the SDK. I'm not sure we...

There's already support for switching of SDKs here and it works with both Dart and Flutter (and doesn't require installing additional tools). It's been a while since I looked at...

Looks like FVM already has docs for working with VS Code's built-in switcher at https://fvm.app/docs/getting_started/configuration/#vs-code (for both detecting the current SDK, and using the switcher to switch between FVM versions)....

I added a new page here: https://dartcode.org/docs/sdk-locating/

There's already a 1/2 button for scaling, but you still have to do the maths in your head (like if it makes 5 portions, 1/2 doesn't help). Showing the yield...

It's difficult to provide default colouring for custom things like this because we don't know what colours themes will use. It could be useful to add Semantic Token modifiers to...

VS Code only supports using _either_ the TextMate grammar _or_ Semantic Tokens. Implementing this only in the TextMate grammar means any highlighting would appear when you open a file and...