Hello, I just downloaded the trial version and it looks very promising :)
A couple of questions if you do not mind...
Question 1:
Is there a way to tell the VS.php to scan all files in a remote project so to refresh the class info?
That would be useful at initialization or when you use vim to edit the files server-side.
If there is no automated way to do that, how is it that you flush it manually? Do you just delete project_name.intellisense.cache? But then you still have to click on each file in order to load it client-side (and I have well over 100).
Question 2:
How do we set up VS.php to recognize, not only *.php, but also *.html and *.txt files as php-interpreted files?
Here is the apache directive so that the question is a bit more clear.
<Files *.html>
SetHandler application/x-httpd-php
</Files>
<Files export.txt>
SetHandler application/x-httpd-php
</Files>
Question 3:
I'm not sure if the product includes refactoring. If it does I could not find it. Does it?
Thanks!
juanc says:
Question 1:
Could you access the project via a network share instead of SSH or FTP? If so, create a new project from existing folder.
Question 2:
In the Tools->Options->File Extensions associate those file extensions with the PHP editor
Question 3:
No refactoring yet.