Same here. IIRC even plugin refresh doesn’t help and you have to reload it. It kinda makes sense, because plugin is basically loaded from manifest, so I doubt watcher could be added for manifest easily. I mean, unless UDT will manage to fully reload the plugin from changed manifest and again turn watcher back on and also open dev tools of it was open, then I don’t see support for watching manifest coming any time soon
I don’t think it’s worth implementing. I believe technical challenge is way too big compared to the value it would bring. How often do you change the manifest while developing? At least for me it would be almost useless - I set up manifest first, then develop a plugin, then update manifest if needed. So mostly it’s two times I edit manifest. OK, maybe third time when I do all the icons for plugin and panels Yes, I’ve been there, when I got a bit surprised when I didn’t see changes, but it was maybe a couple of times at the very beginning of development. Maybe some alert would be nice if UDT detects manifest change, but I don’t know if would want for plugin to be completely reloaded (refresh is different) without my knowledge
Therefore separate checkbox in the context menu
I don’t see it as that much complicated… add one file into file watcher. Then trigger unload and load command. That is it.
When I tried to set up permissions correctly for localhost communication and changed it quite often because there was a bug and was trying to find how to write it correctly