Easily access Laravel Livewire documentation pages from within VSCode
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"
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.
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