Visual Studio Code extension for Bikeshed that strives to provide a better and integrated authoring experience for spec authors, including a side-by-side preview and language features like autocompletion.
This plugin is currently in Beta and under active development. There may be bugs. Please file an issue. Pull requests are always welcome!
- Bikeshed side-by-side preview within Visual Studio Code. Bring up Visual Studio Code Command Palette (⇧⌘P on Macs) and select
Open Bikeshed Previewwhile editing a Bikeshed file. - Compilation support via local Bikeshed install or through a remote CGI.
- IntelliSense / autocompletion support for W3C webref definitions and definitions within the document.
- Local Bikeshed installation if you want faster and local compilation (preferred method). Follow Bikeshed installation steps.
This extension contributes the following settings:
visualBikeshed.autoUpdate: Automatically update the preview when the document changes.visualBikeshed.compilerOption: Selects a compilation method (URL or Bikeshed binary path).visualBikeshed.commandPath: Path to the Bikeshed binary, for local compilation.visualBikeshed.processorUrl: URL of the Bikeshed processor (defaults tohttps://api.csswg.org/bikeshed/).
- W3C WebRef index is a work in progress.
Initial releases of Visual Bikeshed.