Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 872 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 872 Bytes

VSCode Livewire Docs

Easily access Laravel Livewire documentation pages from within VSCode

Features

To use this extension, simply use ⌘ + Shift + P to open the command palette (Ctrl on windows / linux) and search for "Livewire Docs". You can also search for just "Docs" or the specific topic you're after, like "Data Binding"

Here's an example: Extension Preview

Configuration

To use a specific version of the Livewire documentation, use this configuration option:

"livewireDocs.version": "2.x"

Note: After modifying the livewireDocs.version configuration, you need to restart Visual Studio Code for the changes to take effect.

Development

The files for this extension are generated from the python script build/build.py. Run this command to rebuild all extension files:

    python3 build/build.py