These two IDE's have a great database query engine that I rely on. But I sometimes work on multiple machines. I know that I can export and import IDE settings, but is there a way that I can export/import database settings from one machine to another?
I've looked and grepped through the file structure, but haven't found anything. I am thinking it must be encrypted somewhere. Thanks.
PhpStorm has an engine to export and import data in various formats. You can select a predefined format or create your own. For more information about export and import operations, see the following topics: Export: see how to generate DDL for objects and export data in different formats.
You have to go File --> Manage IDE Settings --> Export settings. You can disable the "Settings repository" under File --> Settings --> Plugins but this doesn't seem to make a blind bit of difference to your ability to export settings "manually". Can you export Intellij settings to other JetBrains products like Pycharm, Clion ect.?
PhpStorm lets you share your IDE settings between different instances of the product, or among your team members.
In IntelliJ-based IDEs, a data source can be global. This means it becomes visible from all projects you run from a particular IDE. By default, data sources are local.
As I understand you are talking about Database tool window.
Such settings are saved in dataSources.ids/.xml
pair of files. Location depends on how Data Source was declared:
config\options\
folder (e.g. C:\Users\USERNAME\.WebIde60\config\options\
on Windows 7)If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With