Is there a way of integrating Mercurial into Visual Studio 2005? We'd like to be able to do checkin's, see history, etc. directly from the IDE.
A hyperlink is worth a thousand words ;-)
http://www.newsupaplex.pp.ru/hgscc_news_eng.html
VisualHG which in turn needs TortoiseHG
Related
Can i use visual source safe with visual studio 2013 ?
I can only see GIT and Team Foundation ...
Thanks.
I found the solution :
Tools->Options->Source Control->Plug-in Selection and change the plug in to the Visual SourceSafe.
Adding a solution to source control will launch the old VSS.
I haven't seen an answer for this question so i'd leave the question for others who stumble upon it.
You should note that SourceSafe has a long list of problems and annoyances.
Why don't you migrate to something more stable like TFS, Subversion, or Git?
Yes you can use it in visual studio 2013.
i'm look for Git tool can be use with Visual Studio 2010?
But I yet to find any available tools, whether there is such a tool? How to use it?
Try the appropriately named Git Extensions. In addiition to providing add-ons for Visual Studio 2010 (and 2005 & 2008) integration it has a Windows Explorer extension and has a standalone GUI client.
In addition to GitExtensions, you can also get Git Source Control Provider that integrates into Visual Studio's Solution Explorer.
I have a CVS add-in to Visual Studio. The add-in writes to the output window everything I do (commiting, editing, etc.).
I built a macro that takes the output window and uses it to my own purpose.
Now I moved to SVN, and I use the VisualSVN as add-in to the Visual Studio. But there is no SVN add-in that writes to the VS' output window.
Is there anything that can help me do that?
Thanks,
Oded.
There is a plug-in named AnkhSVN available on Collabnet, is one of the best add-on for Visual Studio for SVN client.
It is available at http://ankhsvn.open.collab.net/
Tam Tam CVS seems to do exactly what you need:
I am just about to get used with Visual Studio 2010 right now.
So could you mention visual studio add-in that is ready for Visual Studio 2010?
Take a look within Visual Studio itself: Tools -> Extension Manager.
This will show various tools and other extensions from http://visualstudiogallery.msdn.microsoft.com/en-us/. I'm not sure if it's working very well right now, as I'm having connection issues within VS and the site seems a bit slow.
I know AnkhSVN exists on there and I'm sure others do as well.
Here's a blog post with some more information: Get VS2010 Extensions easily with built-in Extension Manager (and checking out a VS2010T4 editor)
JetBrains has preview builds of ReSharper available. It may not be completely stable yet, but some ReSharper is better than no ReSharper...
AnkhSVN - a subversion client is VS 2010 compatible.
Hope that helps,
Dan
AnkhSVN
Get ReSharper. It really helps you make fewer errors and code faster. http://twi.im/oW
My addin Atomineer Pro Documentation provides automatic DocXml/Doxygen comment generation tool for use in C/C++/C#/VB/Java. It supports XML Documentation, Doxygen, JavaDoc, and Qt format comments.
An alternative for documenting in XML format for C#/VB is GhostDoc - there is a feature comparison here to give an idea of how they measure up to each other.
How can I highlight the active line in Visual Studio 2005 and/or 2008? I would like the current line to be highlighted as other IDE's and text editors do, such as Eclipse and UltraEdit. ReSharper can do this, but it comes at additional costs.
SlickEdit Gadgets have a free "line ruler" gadget that does this.
Upgrade to Visual Studio 2010 with the Productivity Power Tools extension. I know--doesn't answer the question; then again, this wasn't an option when the question was written. :)
You can't do it out-of-the-box
Using resharper or another addin that has this feature is your only option.