Hello, is there a way to quickly update the code of your addon to blender ?
i way thinking of doing the uninstall then reinstall the same addon with an automation. something like that should surely exist isnt it ?
Honestly the best way to do it is to write a script that unregisters all of the classes, reloads the python modules, and then re-registers the classes. After that you just press a button.