VS 2017 mouse navigate backward stopped working with ReSharper - visual-studio

I like the VS feature to navigate backwards (e.g. after Ctrl+Click) using mouse back button. Unfortunately this feature stopped working. Literally using mouse back button does nothing. I have found out that navigation works again when I disable ReSharper. However, with enabled ReSharper it does not. Does anyone meet the same issues? I am using ReSharper 2017.2.2 and VS 2017 15.4.4.

Microsoft introduced its own Ctrl+Click feature implementation in the latest build of VS2017, try disabling it here Tools | Options | TExt Editor | General | Untick "Enable mouse click to perform Go to Definition" ckeckbox to get the correct behaviour back.

Related

How to disable resharper go to implementation

when I press f12 I usually can see decompiled code via visual studio. But now when I go to implementation with resharper installed, it shows this
May I ask if anyone knows how to disable this and revert back to visual studio's go to implementation.
I've tried suggestions here as well, disabled rich mouse navigation and it still doesn't work https://resharper-support.jetbrains.com/hc/en-us/community/posts/360001686139-How-can-I-disable-Resharper-Go-to-Implementation-
In Tools | Options | Keyboard you'll be able to bind the F12 key to the VS command rather than the ReSharper one. Search for Edit.GoToDefinition and assign that.

Turn off Visual Studio animation

I have C++ project in my Visual Studio 2019. If I press Ctrl+F find window appears with some delay and possible animation. Usually I press Ctrl+F and Ctrl+V and search phrase appears in code. How to solve this problem?
Try playing around with the settings under "Tools | Options | General", particularly "Automatically adjust visual experience". Try deaktivating "automatically adjust...", then enable or disable "rich client"/"hardware graphics"...
Also some plugins like VisualAssist or others that have a visual component may slow down rendering, especially when used with Remote Desktop.

How to remove all resharper keybindings?

I like resharper fine, but with the new pricing, the trial ran out and I want to try life without it.
Except after disabling all the Resharper commands are still bound in my keyboard options! So ctrl+, doesn't fall back to the standard VS behavior because its bound to Resharper.Resharper_GotoRecentEdits which is, of course, disabled.
Even clicking Reset in the keyboard options does not remove the keybindings.
So what the heck. How do I get rid of all the resharper stuff? It is currently suspended and doesn't have a menu item.
This is Visual Studio 2015 with Resharper Ultimate trial
The following steps worked for me:
Disable ReSharper
In ReSharper's options -> Keyboard & Menus, select the Visual Studio scheme and click on Apply Scheme.
Mind the note under the Apply Scheme button: Click save to close the ReSharper Dialog and...
In TOOLS --> Options | Keyboard, make sure the right mapping scheme is selected (Visual C# 2005 for me) and click Reset and finally, Ok
That did the trick for me. opening the keyboard dialog once again and hitting Ctrl+, in the Press shortcut keys was no longer showing the key mapping to be bound to Resharper.Resharper_GotoRecentEdits
As per my comment on the initial post - it seems sometimes you have to uninstall ReSharper to remove the key bindings.

Resharper 8 - Quickfix shortcut Alt+Enter gone

In Visual Studio 2012/2013, I want to reassign the Alt+Enter ↵ key combination to the "Quickfix" (triggering the menu from the light bulb) because it is not working anymore. I can't. I have tried the following (I am aware that some of the suggestions refer to VS 2010 and older R# versions):
Tried to change manually in Tools - Options - Keyboard: the former ReSharper_QuickFix entry is gone, see ReSharper_QuickFix gone
Tried Resharper_AltEnter as suggested in What is the name of the ReSharper's Quick Fix command - nothing, no shortcut
Switched back and forth settings in ReSharper -> Options -> Keyboard & Menus as described in Resharper Alt Enter not working - nothing
Switched back and forth settings in ReSharper -> Options -> IntelliSense -> General as also described in Resharper Alt Enter not working to no avail
Tried other suggestions from the same page
Sledgehammer approach: run devenv.exe /ResetSettings - nope
Search SO and the web up and down - found nothing
I have not yet had the nerve to re-install R# or even VS.
How can I get a standard set of R# keyboard shortcuts into Visual Studio? I'd gladly wipe out everything that is there just to get back my Alt+Enter Quickfix..
Please try this:
remove all mapping for Alt+Enter ↵ shortcut here Tools | Options | Environment | Keyboard (to find out mapped actions, press Alt+Enter ↵ in "Press shortcut keys" field and look at the list in "Shortcut currently used by" dropdown);
After removing:
Type ReSharper_AltEnter in "Show command containing" field;
Select "Text Editor" in "Use new shortcut in" dropdown;
Press Alt+Enter in "Press shortcut keys" field | Assign;
Select "XAML UI Designer" in "Use new shortcut in" dropdown;
Press Alt+Enter in "Press shortcut keys" field | Assign;
They changed the name of this shortcut to Resharper_AltEnter.
I had the same problem. I'd upgraded to VS Professional 2013 (update 3) about a week ago. I then installed Resharper and was re-tooling a few projects with Resharper for a few days. All was going well, then things went haywire. I tried all the suggestions in this post and elsewhere. This included un-installing and re-installing resharper. Un-installing and re-installing VS. Nothing seemed to be fixing it
Until at some point I tried what turned out to be the fix: uninstalling a couple of the R# extensions: Resharper.ExternalAnnotations, Nuget Support for Resharper and Resharper Razor Plugin.
Not sure which was causing the issue. But things seem to be working normally now.
I also went further and installed the latest ReSharper 8.2.3 - https://www.jetbrains.com/resharper/download/
Things are still ok [crossing fingers].
I have NOT installed any R# extensions. I will try to figure out which was the offending extension after I have had a few days of rest for this issue. So, in retrospect, it seems this problem started after I installed some offending R# extension.
https://www.jetbrains.com/help/resharper/Code_Analysis__Quick-Fixes.html
Merge Visual Studio Light Bulb actions into ReSharper bulb - set checkbox in R# settings

git extensions causing visual studio buttons to disappear

I have VS 2008 installed and have put Git and Git Extensions on my system. I'm running Windows 7. When I launch my VS and work, the buttons will go grey. If I run the mouse pointer over them, they show up again. If I minimize the window and bring it back up, they are there. If I click on one of the buttons, it works as expected. I'm trying to get other engineers to start using this tool, but this concerns them as to why it's happening. Has anyone else seen this and does anyone have any idea how to get it to stop happening?
Thanks,
Richard
I have the same behavior with Visual Studio 2010 and Visual Studio 2012.
Disabling the GitExtension toolbar resolves the issue.
I have this issue only with projects without GIT repository.
Disabling the GitExtensions toolbar solved the issue for me. You can still use the add-in from the Git menu item in the Visual Studio menu bar. To disable it right-click the toolbar area and uncheck the checkbox next to the GitExtensions item.
Before I disabled the GitExtensions toolbar Visual Studio was unresponsive whenever I maximized or restored the size of the main window. I think this is a bug in the add-in. The VS2008 version seems to be pretty old and I'm not experiencing unresponsive behavior in VS2010 where a newer version is available.

Resources