awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
amir9480 avatar

amir9480/vscode-laravel-extra-intellisense

0
View on GitHub↗
4,115 stars·57 forks·TypeScript·mit·13 viewsmarketplace.visualstudio.com/items?itemName=amiralizadeh9480.laravel-extra-intellisense↗

Vscode Laravel Extra Intellisense

This is a Visual Studio Code extension that provides framework-specific IntelliSense for Laravel projects. It acts as a project metadata provider, scanning PHP files and extracting application state to offer intelligent autocomplete for routes, views, configuration keys, and model attributes.

The tool includes a specialized suggestion engine for Blade templates, providing autocomplete for directives, sections, and stacks. It supports containerized development by routing commands through virtual environments or custom paths to ensure metadata is accurately extracted from isolated project directories.

The extension covers broader productivity areas including Eloquent model integration and project identifier autocomplete. It analyzes class definitions and variable mappings to provide member suggestions for model attributes and translates codebase symbols into actionable suggestions.

Features

  • Project Metadata Extraction - Extracts application state from local or containerized environments to power intelligent IDE autocomplete.
  • Model Attribute Autocomplete - Provides intelligent autocomplete for model attributes by analyzing class definitions and variable mappings.
  • Template Directive Autocomplete - Provides autocomplete for directives, sections, and stacks to accelerate the development of Blade view files.
  • Code Completion - Suggests directives, sections, and stacks while writing markup within Blade view files.
  • Framework IntelliSense - Scans PHP project files to provide intelligent suggestions for existing framework identifiers and template directives.
  • Framework Workflow Optimizations - Streamlines the Laravel development workflow with automated suggestions for routes, views, and configuration keys.
  • Symbol Indexing - Indexes routes, views, and model attributes by scanning the codebase to power intelligent autocomplete.
  • VS Code Extensions - Provides an editor extension for VS Code that offers intelligent suggestions for Laravel project elements.
  • Member Autocomplete - Offers member autocomplete for model attributes by analyzing class definitions or mapping variables to classes.
  • Metadata Extraction Commands - Executes external PHP commands against the project to extract live application metadata and configuration values.
  • Code Autocomplete Engines - Suggests names for routes, views, configuration keys, and validation rules based on the active project state.
  • Containerized Development Environments - Connects the editor to virtual machines or containers to extract metadata in isolated development environments.
  • Container Command Executors - Executes shell commands and PHP binaries inside running containers to extract application metadata.
  • Template Context Analysis - Analyzes the active file and cursor position to provide precise autocomplete suggestions for template directives.
  • Custom Container Integration - Integrates with virtual machines and containers to extract project metadata for accurate code completion.
  • Model Property Mappings - Links variable names to class definitions to provide accurate property suggestions for Eloquent models.

Star history

Star history chart for amir9480/vscode-laravel-extra-intellisenseStar history chart for amir9480/vscode-laravel-extra-intellisense

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does amir9480/vscode-laravel-extra-intellisense do?

This is a Visual Studio Code extension that provides framework-specific IntelliSense for Laravel projects. It acts as a project metadata provider, scanning PHP files and extracting application state to offer intelligent autocomplete for routes, views, configuration keys, and model attributes.

What are the main features of amir9480/vscode-laravel-extra-intellisense?

The main features of amir9480/vscode-laravel-extra-intellisense are: Project Metadata Extraction, Model Attribute Autocomplete, Template Directive Autocomplete, Code Completion, Framework IntelliSense, Framework Workflow Optimizations, Symbol Indexing, VS Code Extensions.

Which projects share features with amir9480/vscode-laravel-extra-intellisense?

Projects with overlapping indexed features include: rust-lang/rls — RLS is a language server that provides language intelligence for the Rust programming language. It implements the… nsf/gocode — gocode is a language server backend and autocompletion daemon for the Go language. It functions as a static code… microsoft/vscode-go — This project is a Go language extension for VS Code that provides a comprehensive development environment through a… microsoft/vscode-extension-samples — This repository contains a collection of code examples that demonstrate how to build extensions for Visual Studio Code… codota/tabnine — TabNine is an AI-powered code completion engine that runs a deep-learning model to generate real-time code suggestions… spf13/spf13-vim — This project is a Vim configuration distribution and IDE framework designed to transform Vim into a full-featured…

Projects sharing features with Vscode Laravel Extra Intellisense

These projects share indexed features with Vscode Laravel Extra Intellisense. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • rust-lang/rlsrust-lang avatar

    rust-lang/rls

    3,509View on GitHub↗

    RLS is a language server that provides language intelligence for the Rust programming language. It implements the Language Server Protocol to enable a standardized communication layer between the Rust compiler and various editor clients. The project focuses on providing real-time code completions, symbol navigation, and type information. It also supports automated structural changes, such as workspace-wide symbol renaming, to maintain semantic correctness during refactoring. The system incorporates static code analysis for linting and formatting, alongside a mechanism for incremental compila

    Rustidelanguage-server-protocolrust
    View on GitHub↗3,509
  • nsf/gocodensf avatar

    nsf/gocode

    4,993View on GitHub↗

    gocode is a language server backend and autocompletion daemon for the Go language. It functions as a static code analyzer and symbol indexer that provides real-time identifier and symbol suggestions to text editors. The project utilizes a client-server daemon architecture to maintain a persistent background process, avoiding the overhead of reloading package metadata for every request. It employs a two-tier metadata caching system and parses compiled package binaries to enable fast symbol lookups and declaration retrieval. The system covers broad capability areas including context-sensitive

    Go
    View on GitHub↗4,993
  • microsoft/vscode-gomicrosoft avatar

    microsoft/vscode-go

    5,897View on GitHub↗

    This project is a Go language extension for VS Code that provides a comprehensive development environment through a language server client, a debugging interface, and a test automation runner. It integrates language intelligence, formatting, and debugging capabilities to support the full Go language development lifecycle. The extension distinguishes itself by managing the Go toolchain, including the installation and configuration of external binaries required for language features. It also features a dedicated test automation interface that allows for the generation of unit test skeletons and

    TypeScript
    View on GitHub↗5,897
  • microsoft/vscode-extension-samplesmicrosoft avatar

    microsoft/vscode-extension-samples

    10,099View on GitHub↗

    This repository contains a collection of code examples that demonstrate how to build extensions for Visual Studio Code using its extension API. The samples cover the core patterns for extending the editor, including implementing code actions, completions, snippets, and semantic token highlighting. The examples show how to integrate a language server to provide diagnostics, completions, and hover information, as well as how to register a source control provider with file status and commit operations. Custom task types that run shell commands or scripts are also demonstrated, along with virtual

    TypeScript
    View on GitHub↗10,099
Compare all 30 related projects→