How to improve view development efficiency

I refer to this tutorial to successfully configure Hotswap.
https://docs.axelor.com/adk/5.0/dev-guide/application/develop.html

I changed a view XML in Eclipse, and refreshed current view with browser refresh button, but the modification did not take effect.
I had to click the Restore all… button in the view management to achieve the goal, which took a lot of time.

Hello,

I don’t kown if is the good way but i use the editor view of axelor in the application and when i agree with the result i copy/paste on my source code.after, i drop my database and i rebuild my app.

Regards,

The good way is to use the restore all button in view admin.
Yes it takes time but it reloads everything related to views meaning actions, menus, view, etc.
Maybe it would be a good thing to provide a per module reload though
Regards

That will definitely be faster. Few people will develop multiple modules at the same time