How can i save data to somone who install my plugin(gradle)?
已回答
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.
请先登录再写评论。
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