-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Autosave functionality really helps users to resume their work from where they have stopped in case they miss to manually save them, we all might have encountered this scenario in our day to day experience and autosave might have saved us in most of the instances.
However to have this functionality is also a personal preference. There would be some users who will be using requests for some immediate debugging or to test api's on adhoc which they might not want in future. The purpose of having a toggle comes in this scenario where the user gets to choose whether he/she wants this feature or not. By default the toggle can be set to ON so that autosave happens and if a user does not want his work to get automatically saved he/she can manually disable it.
For example, in Intellij IDE the code written gets automattically saved and we are not required to manually save them every now and then, similarly this can be incorporated to Bruno with an additional feature of providing the user to disable autosave.