David Torrey
David Torrey

Reputation: 1352

PHP Tools extension and HTML intellisense

I got the PHP Tools professional version, but realized that it only has php intellisense, and that it only has color highlighting for HTML. While html itself admittedly isn't difficult, I would like to have intellisense for it as well.

Does anyone know of a way that I can link both PHP and HTML intellisense to a single extension?

I tried to go to options->Text Editor->File Extension and set the php extension to the HTML editor, but it removed the PHP Tools intellisense and just replaced it with the HTML one. What I'd really like is to keep the php while adding (not replacing) html editor tools.

Upvotes: 0

Views: 924

Answers (2)

Alexander Schmidt
Alexander Schmidt

Reputation: 5723

Look at this thread:

http://support.devsense.com/viewtopic.php?f=21&t=987

Seems to come soon :-).

Upvotes: 1

Jakub Míšek
Jakub Míšek

Reputation: 1050

This is known limitation of external editors for Visual Studio. Anyway according to PHP Tools features page (just updated), the work is in progress. For now, it isn't possible to 'mix' two languages like HTML & PHP.

Upvotes: 1

Related Questions