vscode-intelephense
vscode-intelephense copied to clipboard
Add Phalcon IDE Stubs
Feature description or problem with existing feature New pre-defined stubs for phalcon.
Describe the solution you'd like Include phalcon ide stubs in your bundle.
Additional context stubs link : https://github.com/phalcon/ide-stubs
+1 Gonna support this request since I still wasn't able to include it manually 😊
Is there some manual on how to add this?
There are no plans to bundle phalcon stubs. They can be installed via composer as a dev dependency composer require --dev phalcon/ide-stubs
or downloaded from https://github.com/phalcon/ide-stubs to a common location and linked to with the intelephense.environment.includePaths
setting.