Issue
I'm using XAMPP with PHP 7.3 with Phalcon 3.4 extension in Windows 10. I've been having issues on getting code suggestion, or even errors because VS Code can't seem to find Phalcon files.
I've been seeing PhpStorm tutorials and then just including Phalcon Dev Tool in the include path.
Extra Notes: I am using Inteliphense, but I'm willing to use Intelisense from Felix Becker
Do VS Code have this? How do I fix this issue?
Solution
You can also install the following package or VSCode :
composer require phalcon/ide-stubs --dev
Answered By - wlarcheveque Answer Checked By - Willingham (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.