Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>LaraNode SupportNew to Visual Studio Code? Get it now.
LaraNode Support

LaraNode Support

ssl wireless

|
1 install
| (0) | Free
Powerful, expressive, and elegant Node.js framework support for VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LaraNode Support for VS Code

Powerful, expressive, and elegant Node.js framework support for VS Code.

Features

✨ Edge Template Support

  • Syntax highlighting for .edge files.
  • Snippets for directives like @if, @foreach, @extends, and @section.
  • Automatic closing for {{ }} and {{-- --}}.

🧩 JavaScript Snippets

  • route:get, route:group for fast routing definition.
  • ln:controller, ln:model for scaffolding classes.
  • ln:use for importing Facades.

📟 Artisan Command Integration

Run Artisan commands directly from the Command Palette (Ctrl+Shift+P):

  • LaraNode: Artisan Serve - Start the development server.
  • LaraNode: Artisan Make Controller
  • LaraNode: Artisan Make Model
  • LaraNode: Artisan Make Middleware
  • LaraNode: Artisan Make Migration

Installation

Local Installation (Manual)

  1. Locate your VS Code extensions folder:
    • Windows: %USERPROFILE%\.vscode\extensions
    • macOS/Linux: ~/.vscode/extensions
  2. Copy the extension folder into that directory and rename it to laranode-vscode.
  3. Restart VS Code.

Local Installation (VSIX)

  1. Install vsce: npm install -g @vscode/vsce
  2. Run vsce package inside the extension folder.
  3. Install the resulting .vsix file via the VS Code Extensions menu (Install from VSIX...).

Publishing

To publish to the Visual Studio Marketplace:

  1. Install vsce globally.
  2. Create a publisher on the Marketplace Management page.
  3. Log in via CLI: vsce login <publisher>
  4. Run vsce publish.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft