Upcoming VSCmdShell Addin Project Roadmap
So far I have a bunch of downloads and some feedback for the 0.8 release. I've also been asked what my plans moving forward are. I'm not a fan of dates. The unpredictability of writing software is bad enough without having to account for when I have openings in my schedule to support my software writing habits. I instead have a list of features and bug fixes in mind that I want to have done before I declare a 1.0 release and a rough goal that 1.0 launches (At Latest) with Whidbey and ships a VS 2003 version as well. Here is the feature list I'm working towards. Let me know if you disagree with the rankings or have any of your own ideas after working with this.
- Default launching to the users solution directory
- Supporting replacement, auto complete for, and aliases of VS environment variables like $(ProjectDir).
- An options page with support for:
- Changing the default startup directory (support VS Env variables).
- Ability to enter additional bat files or change the default bat file run on launch.
- Font/Color selection (I may just change it to pick whatever you have set for the Command Window)
- Additional Entry points:
- From withing the rt click inside the solution explorer to open to project/file locations
- From the rt click on open files in the shell “Open Cmd Prompt in File Directory“
- A keyboard shortcut :-)
- Moving it off of the tools menu into the windows menu
- A left side toolbar ala the Command Prompt Explorer Bar project with buttons specific and useful for the VS Environment
- Support for custom shell definitions. This would enable people to point to a shell besides cmd.exe.
- Some ability to CTL-BREAK. It won't be perfect, but it will be better than none.
- XML defined colorization files.
- Your suggestion here???
Comments
- Anonymous
July 09, 2004
The comment has been removed - Anonymous
July 09, 2004
Yup, the arrows thing is a bug I need to fix.
Could you explain the multiple levels issue step by step? To me it seems that the tab is working just like it does when I run the cmd prompt externally. - Anonymous
July 09, 2004
This tool is nice.
I wish 4.1 in your feature list. I do not see any reasons to use this tool rather than standard command prompt from Start menu other than the reason that it syncs nicer with project directory.
I also wish its auto-complete works better. For me, it's a bit unstable.
Keep up the great work! - Anonymous
July 10, 2004
Sorry, I guess I wasn't too clear.
Say I have a directory structure :
D:
---projects
---projectsproject1
---projectsproject1code
In the standard shell, I can type :
cd p [Tab] p[Tab] c[Tab]
and have it autocomplete every step of the way, so I can get down to my 3rd level directory without hitting enter and typing cd for every level. It sounds only minor, but it's one of those ingrained workflow things :)
Damian - Anonymous
July 12, 2004
This looks like it must be a bug. Thanks. I'll see what I can do.
josh - Anonymous
July 12, 2004
Kojiishi: Could you explain the instability in the auto-complete?
josh - Anonymous
July 13, 2004
in four words
tool is the best - Anonymous
July 13, 2004
Thanks Gry. That's pretty good for a part time project.