HotCommands icon indicating copy to clipboard operation
HotCommands copied to clipboard

A collection of commands, analyzers, and refactorings for enhanced productivity in Visual Studio IDE

Results 38 HotCommands issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.VisualStudio.ComponentModelHost](https://togithub.com/Microsoft/vs-mef) | `17.4.255` -> `17.11.260` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.VisualStudio.ComponentModelHost/17.11.260?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.VisualStudio.ComponentModelHost/17.11.260?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

I just forked the repo and opened it in Visual Studio 2017 and all the package references in the .csproj file points to `..\Packages\*` instead of `..\..\Packages\*` so I can't...

Hello, So nearly every time I'm using visual studio I get this error. I'm not sure if it's something particular to my style of coding or what, but I'll upload...

I can reliably reproduce this issue now and finally managed to capture the extension log as well. Somehow starting VS with the /log switch wouldn't create the log file at...

It tells me an exception happened and that I should see the log to know what happened: ` 1135 2018/09/13 13:36:18.108 Error Editor or Editor Extension System.NullReferenceException: Object reference not...

Just ran into 2 issues with the ToggleComment command. The first one is more of an unexpected difference in implementation.  Having worked with various editors (*Sublime Text, Atom, Light Table,...

Hi. In VS 2017.2 often see exception in `InitializeFieldFromConstructor` while edit code in .net core projects (1.1). ``` System.InvalidOperationException : Sequence contains more than one element at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source) at...

For me the command "Move Member Up/Down" does not work at all. I did not manage to make it work at all. I'm getting the "Nullable object must have value"...

the file menu will open. default shortcut for ctrl+shift+f is not work

This is not really an issue, just a question. The extension is great by the way and it's an awesome addition to C# editing experience but I was wondering how...