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

WebX

webx

|
39 installs
| (0) | Free
WebX language support and syntax highlighting
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

WebX - Syntax and Snippets

This extension adds basic syntax highlighting and essential snippets for WebX files.

WebX is a simple declarative language for creating RESTful web services and dynamic application backends. Read more about WebX at https://github.com/webx-net/webx.

Features

This extension includes the following features:

  • Syntax highlighting for WebX files
    • Emedded TypeScript and TSX
  • Snippets for WebX files

Example

Syntax Highlighting

Support for syntax highlighting of all WebX files. This language is a superset of typescriptreact.

Currently, the syntax highlighting grammar is limited to one route declaration per line. This is due to the fact that the grammar is running using TextMate, which does not support multiline rules.

Snippets

The following snippets are available for WebX files:

  • global - Global TypeScript declarations
  • model - Model definitions
  • handler - Handler definitions
  • location - Location scopes
  • get/post/etc. - Route declaration

Release Notes

0.0.1

Initial release of the WebX syntax highlighting and snippets extension for Visual Studio Code. This extension is still in development and may contain bugs. Please report any issues to the GitHub repository.

Enjoy!

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