Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>LCM SyntaxNew to Visual Studio Code? Get it now.
LCM Syntax

LCM Syntax

MBARI

|
12 installs
| (0) | Free
Provides syntax highlighting for LCM Type Specification files (*.lcm).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LCM Syntax Highlighting

This extension provides syntax highlighting for Lightweight Communications and Marshalling (LCM) type definition files (.lcm) in Visual Studio Code.

Features

  • Syntax highlighting for LCM type definition files
  • Support for primitive types, arrays, constants, and enumerations

:hammer: Installation

Visual Studio Code Marketplace

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "LCM Syntax Highlighting"
  4. Click Install

From Source

  1. Clone this repository
    git clone git@github.com:mbari-org/lcm-syntax-highlighting.git
    
  2. Build the extension
    cd lcm-syntax-highlighting
    npx @vscode/vsce package
    
  3. Install the extension
    code --install-extension lcm-syntax-highlighting-*.vsix
    

:rocket: Usage

Open a .lcm file in VS Code:

screenshot

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