Skip to content

Do hot reload on auto-save #5774

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 28, 2021
Merged

Do hot reload on auto-save #5774

merged 1 commit into from
Sep 28, 2021

Conversation

stevemessick
Copy link
Member

This hooks up hot reload to IntelliJ's existing Save files if the IDE is idle ... option. Hot reload on save shows a notification if there are any analysis errors. This does not, since the errors could be anywhere. It just silently does nothing.

Fixes #5140

@jwren

@google-cla google-cla bot added the cla: yes label Sep 23, 2021
@stevemessick stevemessick requested a review from jwren September 27, 2021 21:33
@stevemessick stevemessick merged commit c535e86 into master Sep 28, 2021
@stevemessick stevemessick deleted the fix-5140 branch September 28, 2021 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Hot-reload on autosave feature like in VSCode
2 participants