I’m new to plugins and I’m making a notepad plugin that is supposed to refresh for every single developer in my team create session! The thing is that I don’t know if it’s possible to achieve such goal.
Here’s a quick example that shows how it’s gonna work:
Ok but I need to keep the stringvalue inside of the plugin, right? If I put the stringvalue outside of the plugin Model then it’s not gonna save and it will error the next time I try to access it.
But like, I still don’t understand how can i save it “anywhere”. It’s a plugin, plugin is a Model, and everything that I want to be included for that specific plugin needs to be put inside of the Model. Anywhere else won’t work.