zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
39.78k stars 2.08k forks source link

Add Flutter hot reload on save action #11107

Open castletaste opened 2 months ago

castletaste commented 2 months ago

Check for existing issues

Describe the feature

Hello!

I suggest implementing the "hot reload" function in Flutter to automatically update the app when changes are saved to the code

This will significantly speed up the development process and increase developer productivity, attracting the Flutter community to use Zed

more info about hot reload https://docs.flutter.dev/tools/hot-reload

If applicable, add mockups / screenshots to help present your vision of the feature

image

JosephTLyons commented 2 months ago

Linking this request to the request to add a flutter extension:

It seems like once we have a basic Flutter extension, we'd need to add to what extensions can do in order to support this.