AntonShuvaev / elasticsearch4idea

Elasticsearch Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/14512-elasticsearch
59 stars 8 forks source link

save config as global. #13

Closed twenty-zhang closed 3 years ago

twenty-zhang commented 4 years ago

Could cluster config be saved as global? Multiple Idea instances can share cluster configs. 可以保存配置为全局配置吗? 多个idea实例可以共享配置

AntonShuvaev commented 4 years ago

Thanks for your suggestion. I will consider it in future releases. As a workaround, you can share clusters configurations between projects by copying the settings file {projectDirectory}/.idea/elasticsearchSettings.xml.

andynrkri commented 3 years ago

it would certainly be nice to have this feature. It's painful to add clusters in each project when you're working on 10 repos.

twenty-zhang commented 3 years ago

@AntonShuvaev Thank for the update.