Great tools, when they work. There are bugs, especially with Copy/Paste References, which doesn't work at all (E_FAIL), and it appears no there has been no work on the project for 2.5 years. Release the source to the community so we can update it and fix bugs.
Although these are rather simple additions to Visual Studio, they help you code so much faster. I would love to see some of these implemented in Visual Studio by default.
With the last update or two something has happened to Remove and Sort on save that has made it rather frustrating. If you save while there is a syntax issue the result is that this feature will remove all of the using statements.
If I copy one or more COM Interop reference from one project to another, the copied references appear as "Enbedded interop types = True", even if it is false in the other project.
Hi, I have an "Install Error" like this:
Install Error : System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.BeginInstall(IInstallableExtension installableExtension, Boolean perMachine, AsyncOperation asyncOp)
at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.InstallWorker(IInstallableExtension extension, Boolean perMachine, AsyncOperation asyncOp)
Can anyone help me?
Thanks for reply.
if enable Solution navigator ,when open a c++ project .vs will throw excepton!
I only install c++ componet
vs vesion: ultimate sp1
os :win7 ultimate sp1
is there a workaround for this realy ugly Error? I can't understand why this is not normaly in the IDE?? It works in VS2005 well whithout a extra AddIn or extension!!! :-(
We often copy references to a local lib folder (even if they're in the GAC) so that they can be committed to version control. When I add a reference to an assembly by specifying the local lib path and then try to copy and paste that reference into another project, the same assembly is not always referenced.
When the assembly is in the GAC, it seems that the reference points to that path. Also, I've noticed with NLog (which has several versions) that I don't even get the same assembly version (e.g. I start out with the version for .NET 2.0, but the pasted reference points to the .NET 4 version).
Hi,
I just tried the new find tool. I think it is good but how can we make this tool to search other files that the one which is displayed when the end of file is reached ?
Hi,
I am not sure if this is the right place to place a feature request, but for me it would be great to have a command available to sort the members (fields, methods, properties,...) according to some sorting rules (name, visibility, ...).
Regards
Rainer
ok I want to use the tool to remove/sort using statments for the project
but when I right click on the "project" I do not see this as an option in the menu
what I relized was that websites do not have a project file and in 2010 they are not required
so is there an way I can still apply the remove/sort functionality to my website?