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

FormML

FormML

|
22 installs
| (0) | Free
The VSCode extension that provides intellisense for FormML Model files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FormML Logo

FormML VSCode Extension

VS Code Marketplace License: MIT

The official VSCode extension for FormML, providing rich language features for .fml (or .formml) files including:

  • Syntax highlighting
  • Code completion
  • Error detection
  • Go to definition
  • Find references
  • And more...

Quick Start

  1. Install the extension from VS Code Marketplace

  2. Create a new file with .fml extension

  3. Start writing your FormML Model:

form SignUp {
  @required
  text     name
  @email
  text     email
  @minLength(8)
  text     password
  datetime birthday
}

The extension will automatically provide:

  • Syntax highlighting
  • Validation as you type
  • Code completion for field types and annotations
  • Hover information for annotations

Learn More

For more information about FormML:

  • FormML Documentation
  • FormML Model (DSL) Reference

License

MIT © Jindong Zhang

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