PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, July 3, 2022

[FIXED] How to enable InteliSense for Phalcon in VS Code?

 July 03, 2022     phalcon, php, visual-studio-code, windows-10, xampp     No comments   

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)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing