An open API service indexing awesome lists of open source software.

https://github.com/tscpp/vscode-knockout-binding-support

VS Code extension which provides support for Knockout bindings in HTML files.
https://github.com/tscpp/vscode-knockout-binding-support

Last synced: 3 months ago
JSON representation

VS Code extension which provides support for Knockout bindings in HTML files.

Awesome Lists containing this project

README

          

# Knockout Binding Support

## 🚧 Experimental 🚧

The extension is experimental and still under development. New features will be added in the future, see [planned features](#planned-features).

## Features

### Syntax Highlighting

![example of the syntax highlighting](assets/syntax_highlighting.png)

### Planned Features

- Language Service Features – intellisense, go-to-definition, type checking, etc..
- Custom binding attributes
- Snippets
- Support for "mustache" syntax

## Known Issues

- `data-bind` syntax highlighting works everywhere – due to [limitations](https://github.com/microsoft/vscode-textmate/issues/160) in the injection selector, the injection cannot be limited to just elements.