Back to Extensions
php snippets and auto complete
by
phppoint
123
installs
4.0
rating
1
reviews
2.0.1
version
Description
<< ॐ गं गणपतये नमः >>
<< Jai Shree Ganeshay namah >>
🚀 PHP Autocomplete and Snippets
Supercharge your PHP development in VS Code with intelligent autocomplete and comprehensive snippets
Overview
A powerful VS Code extension that enhances your PHP development experience with intelligent autocomplete, code snippets, and productivity features. Designed to boost your coding efficiency and reduce development time.
✨ Features
🚀 Intelligent Autocomplete
- Context-aware code completion for PHP functions, classes, and methods
- Support for popular PHP frameworks (Laravel, Symfony, CodeIgniter)
- Automatic import suggestions for namespaced classes
- Type inference for better code suggestions
📋 Comprehensive Snippet Collection
- Class snippets: Create classes, interfaces, traits with proper namespace structure
- Function snippets: Quickly generate functions, methods, and closures
- Control structures: if/else, foreach, while, switch statements
- Framework-specific snippets: Dedicated snippets for Laravel, Symfony, and more
- Database snippets: PDO and MySQLi query helpers
- Testing snippets: PHPUnit and testing framework support
🔧 Productivity Tools
- PHPDoc generator with type inference
- Quick namespace imports
- Code formatting helpers
- Common code pattern shortcuts
📦 Installation
Method 1: VS Code Marketplace
- Open VS Code
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "PHP Autocomplete and Snippets"
- Click Install
Method 2: Command Palette
- Press
Ctrl+P(orCmd+Pon macOS) - Type
ext install php-autocomplete-snippets - Press Enter
- Reload VS Code when prompted
Method 3: Manual Installation
- Download the extension package
- In VS Code, go to Extensions
- Click the "..." menu and select "Install from VSIX"
- Select the downloaded package
🛠️ Configuration
The extension works out of the box but can be customized through VS Code settings:
{
"phpAutocomplete.enableFrameworkSupport": true,
"phpAutocomplete.snippetSuggestions": "inline",
"phpAutocomplete.autoImport": true
}
## bug fix
-- (1.0.251105)-version fix bugs
Technical Details
VS Code Engine
^1.99.0
Published
Aug 27, 2025
Last Updated
Dec 07, 2025
License
MIT