How can i save data to somone who install my plugin(gradle)?
Answered
I already make coding helping service in the web.(Code auto completion)
If someone install my plugin, my data(codes) is installed to their local or someDB.
Is there any way to save my data? or Is there any database in JetBrain's products?
I'm making plugin with gradle.
Thanks for your help.
Please sign in to leave a comment.
Hi. Please see this documentation:
http://www.jetbrains.org/intellij/sdk/docs/basics/persisting_state_of_components.html
http://www.jetbrains.org/intellij/sdk/docs/basics/persisting_sensitive_data.html