Resharper Hotkeys - keyboard-shortcuts

I just started using resharper and I am trying to learn all the hotkeys - Is there a list of all the hotkeys somewhere for the standard install? Something this is possibly in printable format.

See here:
ReSharper 4.5 Default Keymap: Visual Studio scheme
ReSharper 4.5 Default Keymap: ReSharper 2.x / IDEA scheme
Resharper 7.0:
ReSharper 7.0 Default Keymap: Visual Studio scheme
ReSharper 7.0 Default Keymap: ReSharper 2.x / IDEA scheme
Resharper 8.0:
ReSharper 8.0 Default Keymap: Visual Studio scheme
ReSharper 8.0 Default Keymap: ReSharper 2.x / IDEA scheme
All files are in PDF.

In addition to the PDF keymaps that JetBrains officially maintains and updates with every new release, you can also take a look at Keymaps for ReSharper - a ReSharper plug-in by Howard van Rooijen that helps you learn R# shortcuts in either keymap.

You bet. Go to this page: Resharper Documentation
and near the top are 3 download links to the various keymap PDF's - I use the Visual Studio Scheme so that's the PDF I downloaded.
Of further note, the link to the main online help docs in on the page as well.
Hope this helps.

Yes, the lists for the differnent keyboard layouts are available as PDF here

Related

Visual Studio Editor fallbacks to Courier

After a reboot, the Visual Studio editor fallbacks to Courier font. Does anyone have any idea of why this is happening and what you can do about it?
I'm using the following version of VS:
Microsoft Visual Studio Professional 2022 (64-bit) - Version 17.1.3
I'm running the following version of Windows:
Windows 10 Enterprise, Version 21H2
This seems to be problem for some people, including myself. It is already reported at the Visual Studio Developer Community. tl;dr - this workaround is the fastest - reinstall Cascadia Mono via choco.
They changed the default font in Visual Studio 2022 to Cascadia Mono.
To answer your question why this suddenly breaks - the root cause seeems unclear as of this moment, but that font gets corrupted or removed and VS reverts back to some other font, in my case Courier. Repairing Visual Studio or reinstalling the font is required.
Or even easier, if you like the prior default font more, Consolas, just use that.

Auto Save in Visual Studio 2022

Is there an Auto Save feature in Visual Studio 2022? The article here says it is.
But for me I dont see it. Is it removed in Preview? Or I am missing something?
had the same issue
found solution,
download this extension: AutoSave extension
and install it.
you can find the setting under Tools -> Options -> Auto Save File
Here's a picture
With Visual Studio 2022 17.2.2 version, this option is now available at
Tools -> Options -> Environment -> Documents.
https://www.talkingdotnet.com/auto-save-files-in-visual-studio-2022/
There is a plugin supported by VSIX named: Auto Save File.
Menu "Extension"...
Default time is 5 s.
Edit 1: the only default I see with this plugin is that you must be very quick when using the VS autocomplete feature (when writing the code), because it will reset every 5 seconds!

error BC36716: Visual Basic 9.0 does not support implicit line continuation in VB:NET in VS 2019

I need to build Class Library (.dll) as a part of my custom IIS (SharePoint 2010) web service for .NET Framework 3.5, but VS2019 (Community edition) using VB.NET refuses me to build it with the subjected error.
I found suggestions to disable "Pretty listing (reformatting) of code" in Options > Text Editor > Basic Advanced (in settings of Visual Studio), but I found this functionality useful otherwise so I would prefer any different solution.
Another suggestion was about deleting some "LangVersion" (or similar) tag from .vbproj file, but I don't have there any ;-(
p.s. I had troubles with these in VS2015 and VS2017 as well...
Any suggestions?
Thanks in advance. #JK

ReSharper want to still import Windows.UI.Xaml.Controls

I created new project in Visual Studio - Universal Windows. Why ReSharper still want to import Windows.UI.Xaml.Controls ?
Do you have any idea ? It's burdensome.
Thanks
I found solution. The problem waslocalized in VS Extensions Manager which said that my ReSharper is up to date. After installed new version from ReSharper official web site everything is right.

IntellijIdea resharper keymap

I recently started with java development using IntellijIDEA (version 12). Since I come from MS world I am used to resharper shortcuts(The visual studio keymap). Is there any way of using the same set of shortcuts in IntellijIDEA? I found a similar question on stackoverflow (Visual Studio ReSharper Keymap for IntelliJ IDEA) but the proposed solutions do not work(I guess becouse of the newer version).
Uros
You can install plugin if it is not appear in keymap section by default(step 2).
Go to IntelijIdea Preferences -> plugins and type Visual Studio keymap, ReSharper Keymap
You would be able to select visual studio(ReSharper) keymap in preferences -> keymap
Screenshots based on IntelliJ IDEA 2021.3 (Ultimate Edition)
I would recommend to use the latest version of IntelliJ if it is possible.