Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Phalcon 5 Stubs AutocompleteNew to Visual Studio Code? Get it now.
Phalcon 5 Stubs Autocomplete

Phalcon 5 Stubs Autocomplete

Tuấn Tép

| (0) | Free
Improve PHP IntelliSense for Phalcon 5 projects with bundled Phalcon IDE stubs.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Phalcon 5 Stubs

Phalcon 5 Stubs adds bundled Phalcon Framework IDE stubs to Visual Studio Code, helping PHP language tools provide better autocompletion, symbol lookup, type hints, and static analysis for Phalcon projects.

This extension is designed for developers working with Phalcon 5.x and Intelephense.

Highlights

  • Bundles official Phalcon IDE stubs v5.16.0.
  • Improves IntelliSense for Phalcon classes, interfaces, constants, and methods.
  • Automatically registers the bundled stubs with Intelephense.
  • Works without adding Phalcon stubs directly to every project repository.
  • Includes commands for manual configuration and troubleshooting.

Requirements

For the best experience, install a PHP language server extension such as PHP Intelephense.

This extension configures:

"intelephense.environment.includePaths"

so Intelephense can index the bundled Phalcon stubs.

Getting Started

  1. Install this extension.
  2. Open a PHP project that uses Phalcon.
  3. Open any PHP file.
  4. Wait for Intelephense to index the workspace.
  5. Start using autocompletion and symbol navigation for Phalcon APIs.

No manual project setup is required in most cases.

Commands

Open the Command Palette and run one of the following commands:

Command Description
Phalcon 5 Stubs: Configure Intelephense Include Path Adds the bundled Phalcon stubs path to Intelephense settings.
Phalcon 5 Stubs: Copy Stubs Path Copies the bundled stubs folder path to the clipboard.
Phalcon 5 Stubs: Open Stubs Folder Opens the bundled stubs folder in the operating system file explorer.

Settings

Setting Default Description
phalcon5Stubs.autoConfigureIntelephense true Automatically adds the bundled stubs path to Intelephense include paths when a PHP workspace is opened.

Disable automatic configuration if you prefer to manage Intelephense include paths manually.

Bundled Stub Version

Component Version
Phalcon IDE Stubs v5.16.0
Extension Version 5.16.0

The extension version follows the bundled Phalcon IDE stubs version.

Compatibility

  • Visual Studio Code ^1.90.0
  • Phalcon Framework 5.x
  • Phalcon IDE Stubs v5.16.0
  • PHP Intelephense or another PHP language tool that supports external include paths

Notes

This extension provides IDE stub files only. It does not install the Phalcon PHP extension, Composer packages, or any runtime dependency.

Your application must still install and configure Phalcon according to your project requirements.

Maintainer Documentation

Build and update instructions are available in BUILD_AND_UPDATE.md.

Troubleshooting

If Phalcon symbols are not detected:

  1. Make sure PHP Intelephense is installed and enabled.
  2. Run Phalcon 5 Stubs: Configure Intelephense Include Path from the Command Palette.
  3. Restart the Intelephense language server or reload VS Code.
  4. Confirm that intelephense.environment.includePaths contains the bundled stubs path.

License

This extension is released under the MIT License.

Phalcon IDE stubs are bundled from the Phalcon IDE Stubs project release v5.16.0.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft