Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP intellisense on Visual Studio - Is it possible?

Nothing compares to Visual Studio. Infact it is the reason why I develop using Asp.Net. But once in a while I encounter a client who specifically wants a solution authored in PHP.

All PHP IDEs(Free) I have used lack a vital feature available in Visual Studio that I love so much - INTELLISENSE. So is there a free way to enable PHP intellisense on Visual Studio ?

like image 627
The_AlienCoder Avatar asked Nov 02 '10 16:11

The_AlienCoder


People also ask

Can you use PHP in Visual Studio?

Visual Studio offers powerful HTML, CSS, JavaScript, and JSON editors. Tap into the power of LESS, and Sass, use PHP, Python, or C# with ASP.NET. All the popular languages are supported and you can move between languages and project types with ease.

Does Visual Studio support IntelliSense?

Visual Studio Code IntelliSense is provided for JavaScript, TypeScript, JSON, HTML, CSS, SCSS, and Less out of the box. VS Code supports word based completions for any programming language but can also be configured to have richer IntelliSense by installing a language extension.

How do I show IntelliSense in Visual Studio?

Ctrl + Space should do it.


1 Answers

You can use VS.PHP to get php in similar VS environment. (Commercial)

Introducing the next generation of PHP development tool Rich intellisense and debugging support Easy to get started with built-in PHP web server

Or Free alternative:

Php4VS

The Php4VS is a Package for Visual studio which aims to do the same thing as some others do, but with one difference : for FREE !

like image 50
Sarfraz Avatar answered Oct 05 '22 22:10

Sarfraz