Answer the question
In order to leave comments, you need to log in
Is it possible to write a plugin for phpstorm with the ability to edit mysql tables via ssh?
Good afternoon!
There is a base in which smarty templates from pages are stored, I decided to do editing directly from phpshtorm.
The plugin will work like this:
We get the entire list of templates, display them as a list in the IDE.
Select the required template from the list. Editing.
When saving, we send it to the validator, if everything is fine, then we send it to the database.
Is it possible to implement such functionality in a plugin?
Answer the question
In order to leave comments, you need to log in
Look at other plugins ( for example, these ones , pay attention to the Database Navigator), you need to do a lot: setting up a connection, determining how and where templates are stored, making a tree of these templates, like in a project, only separately like in Deployment/Database Navigator. And read this .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question