Tim Whiting

Results 203 comments of Tim Whiting

> Currently we can do: > > ```dart > sealed class B implements A { > int get moreCommonGround; > } > > @freezed > sealed class A with _$A...

> ## Things to figure out: > ### There may be no local variable > In that scenario, there's no local "obj" variable equivalent when using a switch: > ```dart...

It's been a few years and the clang link seems to have been resolved. Any updates?

If it isn't a bunch of work. Are there assumptions being made that make this a big effort, or is it a simple change?

Thanks for bringing this to our attention. It looks like it is definitely missing. Try just using `join` on a list of string instead of a vector for now.

So there are a few issues here then. 1. There is no installation prompt on plugin install 2. The plugin with a custom compiler location doesn't work? As far as...

I just found out why I was having trouble with the installation prompt on my system: Koka was configured to not disturb me with notifications for some odd reason. Try...

The bell icon is the only thing in the lower right corner of your window (not in the settings). For whatever reason even though I wasn't in Zen mode, my...

Do you just have a single file open? I think the extension expects to have at least one workspace folder. Try opening a folder. If this is the issue, I...

NeoVim uses a different highlights file for various reasons (including that they have some rules that are NeoVim specific and wouldn't work in the general highlights file). I'm happy to...