Resharper hotkey not working Visual Studio Ultimate 2013 - visual-studio-2013

I have installed ReSharper Ultimate (2015.1.1) for Visual Studio Ultimate 2013. The .Net Framework version is 4.5.51650. ReSharper hotkey Ctrl+T etc... not work in my Visual Studio. Thank for any help

You can reapply the ReSharper shortcuts in ReSharper → Options → Keyboard & menus → Apply Scheme. Make sure you have the appropriate scheme selected - Ctrl+T implies you're after the Visual Studio scheme, select this before hitting Apply.

Related

How to show always F# type like VSCode in Visual Studio 2019?

VSCode
Visual Studio 2019
What is this feature called?
Can I use this feature in Visual Studio 2019?
This feature is called "Code Lens" and you can enable it in Tools -> Options, then select Text Editor -> F# -> Code Lens
But it only works in *.fs files for some reason, not in *.fsx

What are most commonly used keyboard shortcuts in visual studio 2015

can you please share keyboard shortcuts that you used regularly in Visual Studio 2015 or 2017. Also if you can share the link to download keyboard scheme for visual studio. Thanks
Visual Studio Keyboard Short Cuts This covers version(s) 2012-2017

Visual Studio 2015 Community + Resharper 9: 2 pop-up lists show for intellisense

I'm using Visual Studio 2015 Community and Resharper 9.
In XAML Editor, when typing some element, two pop-up lists of intellisense shown up, one of VS Intellisense, the other one is from Resharper.
Could anybody help me with this problem? Thank you!
ReSharper version info
Visual Studio version info
This is due to a change in Visual Studio - the XAML editor was replaced/updated and got a new GUID, which your version of ReSharper doesn't recognise. So, it doesn't know to block Visual Studio's code completion, but still knows it's a XAML file, so shows its own, and you end up with two code completion windows.
The easiest fix is to update to the latest version of ReSharper, which has fixed this. Alternatively, you can try and disable Visual Studio's code completion for XAML in Tools → Options → Text Editor, or disable ReSharper's code completion for XAML in ReSharper → Options → Intellisense.

Anyone know how to check the hotkeys in visual studio

Menu gives some, any full docs or windows to show the hotkeys in the visual studio.
Here you have list of hotkeys
And Tools->Options->Environment->KeyBoard - here you can assign hotkeys
Tools -> Options -> Environment -> Keyboard in VS 2008 and 2010

Show shortcut keys in ScreenTips in Visual Studio 2010

In Visual Studio 2005 and 2008 you used to be able to mouse over the toolbar and a tooltip would pop up showing the associated shortcut key if you turned on the feature. This feature seems to be missing in VS 2010.
Method to configure this feature in 2005 and 2008: Display keyboard shortcuts in Visual Studio context menus
Suzanne Hanson from Microsoft indicated in a post that for 2010, this feature would not be configurable and would be turned on by default. http://connect.microsoft.com/VisualStudio/feedback/details/489554/toolbar-icons-tool-tips-missing-shortcut-hint.
Does anyone have this feature turned on? Could it just be that my Visual Studio Version is out-dated? (Help -> About reports Visual Studio 2010 v. 10.0.30319.1 RTMRel)
The tooltips are there by default (at least in my version Visual Studio 2010 v. 10.0.30319.1 RTMRel). If you don't see them, try repairing/reinstalling. That fixed it for me.

Resources