New features for 2.1

Guys,

I'll like to hear some feedback on what features should be added to VS.Php 2.1

Some of the ones we are thinking about:

- Javascript intellisense in php files
- CSS intellisense in php files
- Auto formating (indents)
- Xdebug support?

Any other suggestions?

Comments

    Import remote projects

    Another big one is the ability to sync up with remote servers. VS.Net 2005 has some functionality for this. We'll see if we can leverage it.

    Console output

    Also console output would be great, i.e. showing result of a script without using IE.

    Very good idea

    I think this should not be too hard to do :)

    2.1 Beta come without console output

    I was very surprised to look today at this site and see @[u]VS.PHP 2.1 Beta Standalone Edition[/u]@, very Nice/Big/Powerful step for this great product.
    I cheer for you! :)

    But, as I can see there is No @[b]Console Output[/b]@ feature within v2.1 :(

    Does it really will be implemented?

    Unfortunatelly not in 2.1

    We look forward to implement this right after 2.1.

    Thanks for your patience,

    Auto-Comment Feature

    One of my biggest wants/needs would be an auto-comment feature.

    It could work in either (or both :) of these ways.

    1. There is a menu option that says auto-comment. You select it and it fills in any missing comment options for the entire page (either through a dialog box or automatically)
    2. When you type the /** for a phpdoc comment and hit enter, it fills in the rest of the options for whatever is located below the comment (like for a function it puts the @params and @return if there is a return in the function).

    Thanks.

    Drag and drop files into editor

    I would really like to see the ability to have images and other php/html files dragable into the editor and have it auto text the item in. For instance if you drag an image into the editor with an HTML file or .NET file it will auto generate an image tag for that image with the appropriate relative pathing. And if you drag another content file, either HTML or .NET extension, then it will create an ancor tag automatically.

    Small, but very useful.

    Feature request

    I created a feature request. You can keep track of it here:

    http://www.jcxsoftware.com/jcx/?q=node/1153

    Ankh Support

    I'd like to see the necessary methods implemeted to make Ankh http://ankhsvn.tigris.org/ work so that we can use SVN version control within visual studio. I saw a post on this topic that Ankh doesn't use the normal SCC API and uses the DTE API instead. *Hopefully* there wouldn't be too many methods to implement as I think it only wants to get the file path. Right now it craps out at EnvDTE.ProjectItem.get_Object()

    I actually like the way Ankh integrates because doesn't take over as the default source control provider so it's easy to flip back and forth between SourceSafe on some projects and Subversion on others.

    Ankh developers?

    Do you know any of the Ankh developers that might give us the detailed information on what they need? I'd love to be able to integrate the two.

    Thanks

    RE Ank developers

    I don't know them personally, but the dev team has their email addresses listed on the project page - http://ankhsvn.tigris.org/

    Thanks!

    "quick compile" or somethign

    "quick compile" or somethign to be able to see the errors in your code listed out, instead of just hte red squigglies. , like returning the output fromrunning it rhough php_cli or something  

    Add Mising HTML Initellisense

    There is some missing HTML intellisense, mostly on tag attributes, i.e. the type attribute of the <input /> tag doesn't provide Intellisense in .php files. (The MS Intellisense does provide for this.) Thanks!

    how about auto complete and

    how about auto complete and syntax highlighting for php in .htm and .html files.

    Choosing the editor

    In Visual Studio 2005 you can configure what editor you would like to use for a particular extension. You can use the VS.Php editor for html files.

    In VS2003 you'd need to modify the registry to make this happen. Check the Visual Studio registry key:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.1\Languages\File Extensions

    Cool

    that's cool, i didn't realize that. but then i loose javascript autocomplete and syntax highlighting. in fact it makes javascript looked completly screwed. i almost always have a combination of php, javascript, and html in my html files and would like all languages to work using the same editor.

    For now...

    For now put your JavaScript code inside html comments. We will address this issue in the next release.