Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TypeORM Log TransformerNew to Visual Studio Code? Get it now.
TypeORM Log Transformer

TypeORM Log Transformer

Jonatan H

|
31 installs
| (0) | Free
Transform TypeORM SQL logs into executable queries
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TypeORM Log Transformer

A VS Code extension for transforming TypeORM logs.

Features

  • Transform TypeORM logs for better readability
  • Format SQL queries with proper indentation
  • Convert log output to human-readable format

Installation

  1. Install From Marketplace: TypeORM Log Transformer
  2. Add Shortcut for easy use
    • Open keybindings.json in VS Code
    • Add the following keybinding:
{
  "key": "ctrl+shift+t",
  "command": "typeorm.transformFromClipboard"
},
{
  "key": "ctrl+shift+alt+t",
  "command": "typeorm.transform",
  "when": "editorTextFocus"
}

Usage

  1. Select TypeORM log text in your editor
  2. Copy the selected text to clipboard
  3. Use the shortcut (Ctrl+Shift+T) to transform the log
  4. Paste the transformed log into your SQL runner or editor

Development

  • npm run build - Compile TypeScript to JavaScript

License

MIT

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