You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-29Lines changed: 29 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,28 +36,28 @@
36
36
37
37
> **Note:** This extension is currently in **BETA / PREVIEW**. We're actively developing new features and would love your feedback!
38
38
39
-
## Features
39
+
## ✨ Features
40
40
41
41
Couchbase Explorer brings powerful database management capabilities directly into your Visual Studio workflow:
42
42
43
-
### Connection Management
44
-
-**Multiple Connections** - Save and manage connections to multiple Couchbase Server instances
45
-
-**Secure Credential Storage** - Passwords are securely stored using Windows Credential Manager
46
-
-**SSL/TLS Support** - Connect securely to your clusters with SSL encryption
47
-
-**Connection Testing** - Verify your connection settings before saving
43
+
### 🔌 Connection Management
44
+
-🔗 **Multiple Connections** - Save and manage connections to multiple Couchbase Server instances
45
+
-🔐 **Secure Credential Storage** - Passwords are securely stored using Windows Credential Manager
46
+
-🔒 **SSL/TLS Support** - Connect securely to your clusters with SSL encryption
47
+
-✅ **Connection Testing** - Verify your connection settings before saving
48
48
49
-
### Data Browsing
50
-
-**Hierarchical Tree View** - Navigate your cluster structure: Buckets → Scopes → Collections → Documents
51
-
-**Lazy Loading** - Efficient loading of large datasets with batched document retrieval
52
-
-**Document Viewer** - View document contents in a formatted JSON editor with syntax highlighting
53
-
-**Refresh Support** - Refresh any level of the tree to see the latest data
49
+
### 🌳 Data Browsing
50
+
-📂 **Hierarchical Tree View** - Navigate your cluster structure: Buckets → Scopes → Collections → Documents
51
+
-⚡ **Lazy Loading** - Efficient loading of large datasets with batched document retrieval
52
+
-📄 **Document Viewer** - View document contents in a formatted JSON editor with syntax highlighting
53
+
-🔄 **Refresh Support** - Refresh any level of the tree to see the latest data
54
54
55
-
### Document Operations
56
-
-**View Documents** - Double-click or right-click to open documents in a dedicated editor tab
57
-
-**Copy JSON** - Quickly copy document contents to clipboard
58
-
-**Copy Document ID** - Copy document IDs for use in your code
55
+
### 📝 Document Operations
56
+
-👁️ **View Documents** - Double-click or right-click to open documents in a dedicated editor tab
57
+
-📋 **Copy JSON** - Quickly copy document contents to clipboard
58
+
-🆔 **Copy Document ID** - Copy document IDs for use in your code
59
59
60
-
## Installation
60
+
## 🛠️ Installation
61
61
62
62
### Visual Studio Marketplace
63
63
@@ -70,14 +70,14 @@ Couchbase Explorer brings powerful database management capabilities directly int
70
70
71
71
Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCalvin/VS-CouchbaseExplorer/releases) page and double-click to install.
72
72
73
-
## Usage
73
+
## 🚀 Usage
74
74
75
-
### Opening Couchbase Explorer
75
+
### 📂 Opening Couchbase Explorer
76
76
77
77
1. Go to **View > Couchbase Explorer**
78
78
2. The tool window will appear (by default, docked near Server Explorer)
79
79
80
-
### Adding a Connection
80
+
### ➕ Adding a Connection
81
81
82
82
1. Click the **Add Connection** button in the toolbar
83
83
2. Enter a friendly name for your connection
@@ -87,18 +87,18 @@ Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCal
87
87
6. Click **Test Connection** to verify
88
88
7. Click **Save**
89
89
90
-
### Browsing Data
90
+
### 🔍 Browsing Data
91
91
92
92
1. Right-click your connection and select **Connect**
93
93
2. Expand the tree to browse: **Buckets > Scopes > Collections > Documents**
94
94
3. Double-click any document to view its contents
95
95
96
-
## Requirements
96
+
## 📋 Requirements
97
97
98
-
-**Visual Studio 2022** or **Visual Studio 2026** (x64 and ARM64 supported)
99
-
-**Couchbase Server** 7.0+ or **Couchbase Capella** (Capella support coming soon)
98
+
-💻 **Visual Studio 2022** or **Visual Studio 2026** (x64 and ARM64 supported)
99
+
-🗄️ **Couchbase Server** 7.0+ or **Couchbase Capella** (Capella support coming soon)
100
100
101
-
## Roadmap
101
+
## 🗺️ Roadmap
102
102
103
103
We're actively working on new features! Here's what's coming:
104
104
@@ -111,28 +111,28 @@ We're actively working on new features! Here's what's coming:
111
111
112
112
Have a feature request? [Open an issue](https://github.com/CodingWithCalvin/VS-CouchbaseExplorer/issues/new)!
113
113
114
-
## Contributing
114
+
## 🤝 Contributing
115
115
116
116
Contributions are welcome! Whether it's bug reports, feature requests, or pull requests - all feedback helps make this extension better.
117
117
118
-
### Development Setup
118
+
### 🔧 Development Setup
119
119
120
120
1. Clone the repository
121
121
2. Open the solution in Visual Studio 2022 or 2026
122
122
3. Ensure you have the "Visual Studio extension development" workload installed
123
123
4. Press F5 to launch the experimental instance
124
124
125
-
## License
125
+
## 📄 License
126
126
127
127
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
128
128
129
-
## Disclaimer
129
+
## ⚠️ Disclaimer
130
130
131
131
This extension is an independent, community-driven project and is **not affiliated with, endorsed by, or sponsored by Couchbase, Inc.** Couchbase and Capella are trademarks of Couchbase, Inc.
0 commit comments