Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ExaltNew to Visual Studio Code? Get it now.
Exalt

Exalt

jleeson

|
170 installs
| (0) | Free
Syntax highlighting and intellisense for exalt templates
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Exalt Extension

Syntax highlighting and intellisense for exalt templates

Features

  • Syntax highlighting of inline html blocks.
  • IntelliSense for html tags and attributes.
  • Quick info hovers on tags.
  • Formatting support.
  • Auto closing tags.
  • Folding html.
  • CSS completions in style blocks.
  • Works with template literal html strings that contain placeholders.

Usage

The exalt vscode extension adds highlighting and intellisense for exalt template strings in JavaScript and TypeScript. It works out of the box when you use VS Code's built-in version of the typescript language service.

Template Example

import { Component, html } from "@exalt/core";
import { define } from "@exalt/core/decorators";

@define("hello-world")
export class HelloWorld extends Component {

    render() {
        return html`
            <h1>Hello World!</h1>
        `;
    }
}

Reporting Issues

If you are having trouble getting something to work with this extension or run into any problems, you can create a new issue.

If this extension does not fit your needs or is missing a feature you would like to see, let us know! We would greatly appreciate your feedback on it.


License

this extension is licensed under the terms of the MIT license.

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