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.
- Host: GitHub
- URL: https://github.com/tscpp/vscode-knockout-binding-support
- Owner: tscpp
- License: mit
- Created: 2022-04-07T16:44:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T07:37:59.000Z (almost 4 years ago)
- Last Synced: 2025-02-05T12:41:19.335Z (about 1 year ago)
- Homepage:
- Size: 26.4 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

### 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.