Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CodeMate ToolkitNew to Visual Studio Code? Get it now.
CodeMate Toolkit

CodeMate Toolkit

Subrahmanya Bhat

|
11 installs
| (0) | Free
A curated collection of high-productivity utilities designed to simplify common development tasks.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Codemate ToolKit

GitHub Repo stars GitHub license

Codemate Toolkit is a lightweight Visual Studio Code extension that provides essential utility tools for developers.

Tools

🚀Base 64 Helper

A Base64 utility for quickly encoding and decoding strings.

Base 64 Helper Tool

🚀 JSON to Code Generator

Stop writing boilerplate. Instantly generate strongly-typed models, classes, and structs from your JSON objects.

Base 64 Helper Tool

JSON to Code allows you to paste a JSON object and automatically converts it into a ready-to-use class or struct in your language of choice. It infers data types, handles nesting, and produces clean, syntax-highlighted code.

✨ Key Features

  • Instant Conversion: Zero latency; get your code immediately.
  • Deep Nesting Support: Automatically generates helper classes for nested JSON objects.
  • Type Inference: Smartly detects integers, floats, booleans, strings, and nullables.

🛠 Supported Languages

Currently, the tool supports conversion to the following languages:

Language Output Format
TypeScript Interfaces / Types
JavaScript ES6 Classes / Proptypes
C# Classes with Properties
Java POJO Classes
Python Dataclasses / Pydantic models
Go Structs with JSON tags
Kotlin Data Classes
Ruby Classes / Hash initializers

Usage

  1. Paste your raw JSON into the input editor.
  2. Select your target language from the dropdown.
  3. Copy the generated code and use it in your project!

🚀 Code to Json Generator

Instantly transform your data models and classes into formatted JSON samples. Perfect for generating API documentation, mock data, or config files directly from your source code.

Code to Json Generator

Code to JSON parses your language-specific data structures (like C# Classes, Python Dataclasses, or TypeScript Interfaces) and generates a matching JSON object. No more manually typing out keys and dummy values, just select your code and convert!

🌍Supported Language Inputs

Input Language Structure Handled Output Feature
TypeScript Interfaces & Types Resolves nested types and optional fields.
JavaScript ES6 Classes & Objects Converts property assignments to JSON.
C# Classes & Properties Maps PascalCase properties to JSON keys.
Java POJO / Bean Classes Respects field types and standard naming.
Python Dataclasses / Pydantic Handles type hints and default values.
Go Structs with Tags Uses json:"key" tags to name JSON fields.
Kotlin Data Classes Handles primary constructor properties.
Ruby Classes & Initializers Maps instance variables to JSON keys.

🚀 XML <-> JSON Parser

A streamlined utility for fast, bidirectional conversion between XML and JSON formats. It preserves data integrity across complex nested structures, making it easy to bridge legacy systems with modern APIs. The tool is lightweight and provides both a programmatic API and a simple command-line interface for quick transformations. Users can customize how attributes, namespaces, and data types are handled during the conversion process. It is a practical solution for developers who need to move data between formats without the usual manual overhead.

Code to Json Generator

🚀 JWT Debugger

A compact but powerful debugger for JSON Web Tokens (JWT). Paste a token to decode header and payload, detect algorithm, and verify signatures with HMAC secrets or RSA public keys. Currently supports HS256/384/512 and RS256/384/512; ES* (ECDSA) support is planned. Useful for inspecting auth tokens and debugging signature issues.

JWT Debugger

🚀 Quick Hash Generator

A versatile tool for generating hashes and HMACs using various algorithms (MD5, SHA-1, SHA-256, SHA-384, SHA-512) and output formats (hex, Base64). Quickly generate checksums or test HMAC signatures directly within VS Code. The tool provides a user-friendly interface to select algorithms, input text, and secrets for HMAC, displaying the output instantly. JWT Debugger

Contributing

Contributions are welcome. Open issues or pull requests with a clear description and tests for behavior changes.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft