PHP intellisense on Visual Studio - is this possible?

Nothing beats Visual Studio. Infact is the reason I am developing using Asp.Net. But from time to time I come across a client who specifically wants a solution created in PHP.

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

+5
source share
5 answers

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

PHP Rich intellisense - PHP

:

Php4VS

Php4VS - , , : !

+6

Netbeans "". 1. netbeans 2. php "". .. Netbeans.exe bin Netbeans. "", .

, php, netbeans. , , Express, .

. , netbeans utf-8, , php . :

"etc" InstallNet Netbeans. netbeans.conf netbeans_default_options :

-J-Dfile.encoding = UTF-8

+2

Visual Studio PHP . , , , PHP, intellisense ( ).

0

I had a problem converting my HTML files to PHP, there was no intellisense available at all - even for parts of HTML. To fix this, press the PHP PHP R file in Solution Explorer and select "Open With ...", then select "HTML Editor" and "Set as Default." It will not give PHP support, but it returned me intellisense HTML.

0
source

All Articles