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
- Host: GitHub
- URL: https://github.com/linux-china/zookeeper-intellij
- Owner: linux-china
- Created: 2013-12-14T07:23:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T10:35:49.000Z (about 8 years ago)
- Last Synced: 2026-02-08T23:48:00.992Z (5 months ago)
- Language: Java
- Size: 7.9 MB
- Stars: 62
- Watchers: 8
- Forks: 37
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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)