amir9480/vscode-laravel-extra-intellisense

This extension adds extra autocompletion for laravel projects to VSCode.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 39 minutes ago
Type:Plugin / ExtensionCategory(s):Editors & IDEsBackend FrameworksDeveloper Tools
Added to GitGenius on September 16th, 2026
Created on January 6th, 2019
Open Issues & Pull Requests: 46 (+0)
GitHub issues: Enabled
Number of forks: 60
Total Stargazers: 4,214 (+0)
Total Subscribers: 19 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.4 days
Mean response time: 57.7 days
90th percentile: 251.3 days
Tracked items: 10

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 18
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 569 days
Stale 30+ days: 18
Stale 90+ days: 17

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (2)
  • help wanted (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Laravel Extra Intellisense is a Visual Studio Code extension that provides enhanced autocompletion and IntelliSense for Laravel projects.

The extension addresses the gap between Laravel's dynamic nature and standard IDE autocompletion capabilities. Laravel's heavy use of facades, helper functions, and magic methods makes it difficult for editors to offer accurate suggestions without specialized knowledge of the framework. This extension bridges that gap by adding framework-aware autocompletion that understands Laravel-specific patterns and conventions.

Developers working on Laravel projects should consider this extension if they want faster development through context-aware suggestions tailored to the framework. It suits any Laravel project where reducing typing and catching errors through intelligent completion would improve workflow. The extension integrates directly into VSCode, so adoption requires only installation from the marketplace with no configuration of the Laravel project itself.

The project shows consistent maintenance with regular updates addressing bugs and adding support for new Laravel features. Development activity demonstrates responsiveness to user-reported issues and a commitment to keeping the tool compatible with evolving versions of the framework.