Using this plugin you can Open Visual Studio Developer Command Prompt from IDE and Execute command to a Default Path or any Project Item path. Read More…
5 thoughts on “Visual Studio Command Prompt (devCmd)”
Hello,
I am creating VS plugins but I have a lot of difficulty. Have you a good tutorial for VS 2013 plugins ? By the way, all your plugins are really cool, and I will install some wich could be usefull. Thank you (and excuse me for my English, I’m French)
Hello,
I am creating VS plugins but I have a lot of difficulty. Have you a good tutorial for VS 2013 plugins ? By the way, all your plugins are really cool, and I will install some wich could be usefull. Thank you (and excuse me for my English, I’m French)
Thanks for the valuable comment, Just wanted to know what kind of plugin you are planning to develop?
I want to develop a plugin wich add the support for a programming language (Vala). So I have to add errors, new projects templates and intellisense.
I think below URL will be helpful for you, http://www.visualstudioextensibility.com/samples/packages/
Thank you very much !