vscode-intelephense icon indicating copy to clipboard operation
vscode-intelephense copied to clipboard

Add Phalcon IDE Stubs

Open sonerb opened this issue 3 years ago • 1 comments

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

sonerb avatar Aug 06 '21 14:08 sonerb

+1 Gonna support this request since I still wasn't able to include it manually 😊

jklaze avatar Jul 04 '22 08:07 jklaze

Is there some manual on how to add this?

f1-outsourcing avatar Oct 07 '22 21:10 f1-outsourcing

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.

bmewburn avatar Jan 02 '23 04:01 bmewburn