Hi,
I am new to phped. I made a sample class to see if it would show me user defined methods and properties but it doesn't work in php files.
If i input the same class into a .php5 file it does code complete. Also, the keywords private and public get underlined red and say they are a syntax error in .php files.
Obvious the code completion in .php files is for php 4. Is there any way to make code complete work in php 5 files using the new class definitions?
I have never even heard of .php5 files, why would you uses them or are they just for phped?
One last question, i read somewhere that phped closes html tags automatically but this does not happen. If I type <di I get a div in the code comple but when i select it it just finishes off the word div but doesn't add a > or a </div> is there any way to enable this?
Thanks for any help