Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Electron IPC (EIPC) Language SupportNew to Visual Studio Code? Get it now.
Electron IPC (EIPC) Language Support

Electron IPC (EIPC) Language Support

MarshallOfSound

|
1 install
| (0) | Free
Language support for Electron IPC schema files (.eipc)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

EIPC Language Support

Language support for Electron IPC schema files (.eipc).

Features

  • Syntax highlighting - Colors for keywords, types, strings, comments
  • Error diagnostics - Real-time parse error detection
  • Auto-completion - Suggests keywords, types, validators, tags
  • Hover information - Shows type details on hover
  • Go to definition - Jump to type, validator, and zod reference definitions

Zod Reference Support

When using zod_reference, the extension provides go-to-definition support that navigates to the TypeScript source file containing your Zod schema:

zod_reference Email {
    import = "./schemas"
    type = "Email"
    schema = "emailSchema"
}

Ctrl+Click (Cmd+Click on Mac) on Email to jump to the TypeScript file.

Development

# Install dependencies
npm install

# Build the extension
npm run build

# Watch for changes
npm run watch

# Package for distribution
npm run package

Testing Locally

  1. Open this folder in VS Code
  2. Press F5 to launch Extension Development Host
  3. Open a .eipc file to test
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft