Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>DotVVM for Visual Studio CodeNew to Visual Studio Code? Get it now.

DotVVM for Visual Studio Code

DotVVM

|
734 installs
| (1) | Free
Adds DotVVM project support in Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DotVVM for Visual Studio Code

This extension brings basic support for editing DotVVM markup files into Visual Studio Code.

Together with DotVVM Command Line, it allows to build DotVVM applications on all platforms.

You may also be interested in DotVVM for Visual Studio 2017.

What is DotVVM?

DotVVM is an open source ASP.NET framework that lets you build line-of-business applications and SPAs without writing tons of JavaScript code. You only have to write a viewmodel in C# and a view in HTML. DotVVM will do the rest for you.

DotVVM brings full MVVM experience and it uses Knockout JS on the client side. It handles the client-server communication, validation, localization, date & time formatting on the client side, SPAs and much more.

It is open source, it supports both OWIN and ASP.NET Core and it runs on .NET Framework, .NET Core and Mono.

Features

  • Syntax highlighting in .dothtml, .dotmaster and .dotcontrol files
  • IntelliSense for DotVVM controls and their properties (with auto-detection of DotVVM libraries: Bootstrap for DotVVM, DotVVM Business Pack)

Tips & Tricks

If you want to change the color of binding braces, you can add the following code to your workspace settings:

    "editor.tokenColorCustomizations": {
        "textMateRules": [
            {
                "scope": "markup.bold.dotvvm.binding",
                "settings": {
                    "foreground": "#ffff00"
                }
            }
        ]
    }
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2019 Microsoft