3434
3535---
3636
37- ## Updated Interface
37+ ## 🖼️ Updated Interface
3838
3939<p align =" center " >
4040 <img src =" https://raw.githubusercontent.com/CodingWithCalvin/VS-Debugalizers/main/resources/updated-interface.png " alt =" Updated Debugalizers Interface " width =" 700 " >
4444
4545> ** Note:** The screenshots below were captured before the UI overhaul. The updated interface shown above features a modernized design with improved theming, rounded corners, and a cleaner layout. All functionality remains the same.
4646
47- ## Screenshots
47+ ## 📸 Screenshots
4848
4949<p align =" center " >
5050 <img src =" https://raw.githubusercontent.com/CodingWithCalvin/VS-Debugalizers/main/resources/debugalizers-list.png " alt =" Debugalizers List " width =" 400 " >
115115 </tr >
116116</table >
117117
118- ## Features
118+ ## ✨ Features
119119
120- - ** 30+ Visualizers** - JSON, XML, JWT, Base64, images, and many more
121- - ** Multiple Views** - Raw, Formatted, Tree, Table, Hex, Rendered, and Image
122- - ** Syntax Highlighting** - Beautiful code highlighting via AvalonEdit
123- - ** Search** - Find text within large content (Ctrl+F)
124- - ** Copy & Export** - Copy raw/formatted content or export to file
125- - ** Multi-Architecture** - Supports both x64 and ARM64 systems
120+ - 🎨 ** 30+ Visualizers** - JSON, XML, JWT, Base64, images, and many more
121+ - 🌳 ** Multiple Views** - Raw, Formatted, Tree, Table, Hex, Rendered, and Image
122+ - 🖌️ ** Syntax Highlighting** - Beautiful code highlighting via AvalonEdit
123+ - 🔎 ** Search** - Find text within large content (Ctrl+F)
124+ - 📋 ** Copy & Export** - Copy raw/formatted content or export to file
125+ - 🖥️ ** Multi-Architecture** - Supports both x64 and ARM64 systems
126126
127- ## Visualizer Catalog
127+ ## 📦 Visualizer Catalog
128128
129- ### Data Formats
129+ ### 📄 Data Formats
130130
131131| Visualizer | Description | Views |
132132| ------------| -------------| -------|
141141| ** SQL** | Database queries | Formatted, Syntax Highlighted, Raw |
142142| ** GraphQL** | API queries | Formatted, Syntax Highlighted, Raw |
143143
144- ### Encoded Data
144+ ### 🔤 Encoded Data
145145
146146| Visualizer | Description | Views |
147147| ------------| -------------| -------|
153153| ** Hex String** | ` 48656C6C6F ` → ` Hello ` | Decoded, Hex, Raw |
154154| ** GZip/Deflate** | Compressed payloads | Decompressed, Raw |
155155
156- ### Security & Auth Tokens
156+ ### 🔐 Security & Auth Tokens
157157
158158| Visualizer | Description | Views |
159159| ------------| -------------| -------|
160160| ** JWT** | Decode header, payload, expiry | Claims Table, Decoded, Raw |
161161| ** SAML** | Decode assertions | XML Tree, Claims, Raw |
162162| ** X.509 Certificate** | PEM/DER certificates | Details Table, Raw |
163163
164- ### Structured Strings
164+ ### 🔗 Structured Strings
165165
166166| Visualizer | Description | Views |
167167| ------------| -------------| -------|
171171| ** Regex** | Pattern visualization | Pattern Breakdown, Raw |
172172| ** Cron Expression** | Schedule expressions | Human Readable, Next Runs |
173173
174- ### Binary & Low-Level
174+ ### 💾 Binary & Low-Level
175175
176176| Visualizer | Description | Views |
177177| ------------| -------------| -------|
180180| ** Timestamp** | Unix epoch conversion | Human Readable, UTC/Local |
181181| ** IP Address** | IPv4/IPv6 details | Formatted, CIDR Info |
182182
183- ## Installation
183+ ## 🛠️ Installation
184184
185185### Visual Studio Marketplace
186186
193193
194194Download the latest ` .vsix ` from the [ Releases] ( https://github.com/CodingWithCalvin/VS-Debugalizers/releases ) page and double-click to install.
195195
196- ## Usage
196+ ## 🚀 Usage
197197
1981981 . Set a breakpoint where a string variable is in scope
1991992 . When the debugger hits the breakpoint, hover over the variable
@@ -207,14 +207,14 @@ Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCal
207207 <em >Select a visualizer from the list</em >
208208</p >
209209
210- ### Keyboard Shortcuts
210+ ### ⌨️ Keyboard Shortcuts
211211
212212| Shortcut | Action |
213213| ----------| --------|
214214| ` Ctrl+F ` | Search within content |
215215| ` Escape ` | Close visualizer window |
216216
217- ### Toolbar Actions
217+ ### 🛠️ Toolbar Actions
218218
219219| Button | Action |
220220| --------| --------|
@@ -223,12 +223,12 @@ Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCal
223223| ** Export** | Save content to a file |
224224| ** Word Wrap** | Toggle word wrapping |
225225
226- ## Requirements
226+ ## 📋 Requirements
227227
228- - Visual Studio 2022 (17.8) or later
229- - .NET Framework 4.8
228+ - 💻 Visual Studio 2022 (17.8) or later
229+ - 🔧 .NET Framework 4.8
230230
231- ## Technology Stack
231+ ## 🏗️ Technology Stack
232232
233233| Component | Technology |
234234| -----------| ------------|
@@ -241,24 +241,24 @@ Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCal
241241| Cron Parsing | NCrontab |
242242| CSV Parsing | CsvHelper |
243243
244- ## Contributing
244+ ## 🤝 Contributing
245245
246246Contributions are welcome! Whether it's bug reports, feature requests, or pull requests - all feedback helps make this extension better.
247247
248- ### Development Setup
248+ ### 🔧 Development Setup
249249
2502501 . Clone the repository
2512512 . Open the solution in Visual Studio 2022 or 2026
2522523 . Ensure you have the "Visual Studio extension development" workload installed
2532534 . Press F5 to launch the experimental instance
254254
255- ## License
255+ ## 📄 License
256256
257257This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details.
258258
259259---
260260
261- ## Contributors
261+ ## 👥 Contributors
262262
263263<!-- readme: contributors -start -->
264264<!-- readme: contributors -end -->
0 commit comments