ehsan yousefi
ehsan yousefi

Reputation: 1

How to Active Resharper's tab on Visual Studio 2019?

I installed ReSharper successfully but, still ReSharper was not appeared on Visual Studio's tab.

I will be glad if you can help me to fix this problem.

Upvotes: 0

Views: 8608

Answers (2)

magicandre1981
magicandre1981

Reputation: 28776

In VS2019, Microsoft groups all 3rd party extensions under the Extension Menu

Extensions menu

In Visual Studio 2019 top level menus from extensions are moved to the Extensions menu as submenus

With a 3rd party extension Extensions in Main menu you can move the entries back to main menu:

Starting from Visual Studio 2019, all extensions previously located in the Main menu were moved into the Extensions menu. This extension allows choosing between the new and old behavior by bringing up selected extensions into the Main menu.

enter image description here

Upvotes: 2

Michael Mairegger
Michael Mairegger

Reputation: 7301

If you have correctly installed it you will find the resharper extension by clicking the Extensions -> ReSharper menu item.

Upvotes: 0

Related Questions