I'm working on a macro for vs2005 and I need to turn off autocomplete, autoindent, list members, etc. temporarily while I paste into the active page. I can access these properties through DTE.Properties("TextEditor", [registered language]) for html files and other languages, but I can't figure the properties page name for PHP.

For example "HTML" works for the standard options like IndentStyle, "HTML Specific" works for the more advanced options, "CSharp" works, but "PHP" doesn't work, and I've tried as many variations as I can imagine, but no joy.

Can you give me a clue?

Oh, VS 2005 and vs.php 2.3.5.3964

juanc says:

There is very little functionality exposed via DTE for PHP. Very little interest from customers so far, to expand it.

Could you explain a bit more what you are trying to do, perhaps I can suggest a few ideas...

Juan