An open API service indexing awesome lists of open source software.

https://github.com/linux-china/zookeeper-intellij

IntelliJ IDEA ZooKeeper Plugin
https://github.com/linux-china/zookeeper-intellij

Last synced: 4 months ago
JSON representation

IntelliJ IDEA ZooKeeper Plugin

Awesome Lists containing this project

README

          

IntelliJ IDEA ZooKeeper Plugin
=======================================
ZooKeeper plugin for IntelliJ IDEA, and you can operate ZooKeeper directly in IDEA.

### Features

* ZooKeeper configuration for project: enable, host, port
* ZeeKeeper tool window to display ZooKeeper file system tree
* Double click to open node editor for ZooKeeper node
* Update node value by editor popup menu
* Right click ZK tree node to popup operation menu
* Create Node: path support, such as com/xxx/yyy
* Delete Node: rmr support
* Refresh ZK tree on tool window bar
* Diff with ZK Node
* namespace filter
* encoding support
* multi ip
* directory node edit

### RoadMap

* Code completion for Curator(forPath, Reference, quick lookup) and ZooKeeper Client
* Dump ZK: find file support
* Local History
* zip support(such as *.xml.zip with one file)