Skip to content

Shortcuts to access Livewire Laravel documentation from within VS Code

Notifications You must be signed in to change notification settings

austenc/vscode-livewire-docs

Repository files navigation

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

About

Shortcuts to access Livewire Laravel documentation from within VS Code

Resources

Stars

Watchers

Forks

Packages

No packages published