Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>micro-view-languageNew to Visual Studio Code? Get it now.
micro-view-language

micro-view-language

Titanium Projects

| (0) | Free
Syntax highlighting and language support for Micro View
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Micro View Language Support

This extension provides syntax highlighting and language support for Micro View templates with .micro extension.

Features

  • Syntax highlighting for use-view, use-if, use-each, etc.
  • Support for interpolation ({{ variable }})
  • Boolean (true, false, null) and string literals
  • Auto-completion and code snippets for common patterns

Installation

  1. Open VS Code.
  2. Go to the Extensions view (Ctrl+Shift+X).
  3. Search for Micro View Language.
  4. Install the extension.

Usage

  • Create a .micro file.
  • Start writing your templates with use-view, use-if, use-each, and more.

Example:

use-view {
  template: `
    <use-if condition="user.isLogin">
      <p>Welcome {{ user.name }}</p>
    </use-if>
  `
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft