Aaron Madlon-Kay

Results 167 comments of Aaron Madlon-Kay

The main issue I see with doing a bimodal editing scheme like that is that for large documents parsing is already very slow. So either the UX would become quite...

I'm not quite clear on the implications of the term "bookmarks". Can we call this "advanced file management"? Specifically to me that means: - Categorize files (folders? labels?) - Sort...

Thanks! Yeah I was hoping for something possible without reading the contents of any files, but that does seem to be the most foolproof way.

It is possible with e.g. `flutter devices` but on my machine I find that takes nearly two seconds, so I wouldn't want to run that every time. One thought I...

`(setq flutter-run-default-args "-d all")` doesn't work because I didn't implement it, because I got no feedback on the idea and it's not that great a solution. You can define `flutter-run-on-all`...

Beyond just the target device, I am starting to need to specify other options too, like `--flavor` and `--target`. Once you get into all that stuff, something like [transient](https://github.com/magit/transient) starts...

I'm not really familiar with those features. The docs you linked to are for the VS Code plug-in, so if those features are implemented in the VS Code plug-in itself...

I took a look and it seems that these features are not available when launching an app via `flutter run`, which is what flutter.el does. If someone can find a...

Thanks for the kind words. I don't see `flutter create` as a priority because it's a one-time event in the lifecycle of a project, and could add significant maintenance burden...

Thanks for letting me know. It's probably unlikely, but just in case there's anyone who wants to use flutter.el and not lsp-dart (maybe people who prefer eglot?) I'll keep them...