Visually manage your ZooKeeper in Visual Studio Code.
- 🚀 Edit and view data on ZooKeeper using the perfect VSCode's editor.

- 🚀 View node statistics info

- 🚀 Add nodes directly from the page

- 🚀 Support Command Palette

visualZooKeeper.zooKeeperServer, default ``visualZooKeeper.nodeLanguage, defaultyaml
visualZooKeeper.editNodevisualZooKeeper.refreshNodevisualZooKeeper.configureServervisualZooKeeper.addNodevisualZooKeeper.viewNodeStatvisualZooKeeper.copyPath
Follow the vscode extension documentation: https://code.visualstudio.com/api/get-started/your-first-extension
- Install node.js and Git
npm install -g yo generator-codenpm install -g yarnyarnto install the project dependencies- Use vsce to build the .vsix file for installation https://code.visualstudio.com/api/working-with-extensions/publishing-extension
npm install -g @vscode/vsce- Build with
vsce package
- Alphabetized ZK nodes in explorer
- Default language setting for nodes without extension
- Default ZK host configured on startup
Initial release of Visual ZooKeeper