You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to extend the dialog "Perform the selected actions on save"" with a selection of available eclipse run tasks.
With this, user can automatically execute a eclipse run task (for example, gulp task, npm task, etc) after saving a js/jsx/ts/tsx-file.
Maybe it is worth to provide a standalone plugin for this (for example, "RunOnSave"-PlugIn).
In the past, this was done by eclipse ant-tasks where we could hook into save/edit-actions and perform actions. However, as I see, this is no more supported within actual eclipse ide.
The text was updated successfully, but these errors were encountered:
Would be nice to extend the dialog "Perform the selected actions on save"" with a selection of available eclipse run tasks.
With this, user can automatically execute a eclipse run task (for example, gulp task, npm task, etc) after saving a js/jsx/ts/tsx-file.
Maybe it is worth to provide a standalone plugin for this (for example, "RunOnSave"-PlugIn).
In the past, this was done by eclipse ant-tasks where we could hook into save/edit-actions and perform actions. However, as I see, this is no more supported within actual eclipse ide.
The text was updated successfully, but these errors were encountered: