• 0

resharper alt + enter fix in visual studio 2013


Question

I'm trying to get the ReSharper AltEnter to work in VS 2013 but it's not working. Always bringing me to the Properties window. I followed this, but didn't work.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Yeah, that was a pain for me too. VS also crashed a lot with Resharper so I just uninstalled it.

Anyway, about your problem.

Reset Visual Studio (you'll lose your VS settings :( ), do:

devenv.exe /ResetSettings

 

Then go into

ReSharper > Options > Environment > General > Visual Studio Integration

And then click apply.

Link to comment
Share on other sites

  • 0

Yeah, that was a pain for me too. VS also crashed a lot with Resharper so I just uninstalled it.

Anyway, about your problem.

Reset Visual Studio (you'll lose your VS settings :( ), do:

devenv.exe /ResetSettings

 

Then go into

ReSharper > Options > Environment > General > Visual Studio Integration

And then click apply.

I have no clue where these are..

Link to comment
Share on other sites

  • 0

I have no clue where these are..

Open command prompt, go to your Visual Studio installation directory, and type in devenv.exe /ResetSettings

 

Then open Visual Studio, click the Resharper tab.

Link to comment
Share on other sites

  • 0

Open command prompt, go to your Visual Studio installation directory, and type in devenv.exe /ResetSettings

 

Then open Visual Studio, click the Resharper tab.

 
C:\Program Files (x86)\Microsoft Visual Studio 12.0>devenv.exe /ResetSettings
'devenv.exe' is not recognized as an internal or external command,
operable program or batch file.
 
I'm not doing it right.
Link to comment
Share on other sites

  • 0

 

 
C:\Program Files (x86)\Microsoft Visual Studio 12.0>devenv.exe /ResetSettings
'devenv.exe' is not recognized as an internal or external command,
operable program or batch file.
 
I'm not doing it right.

 

It's in C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe

Link to comment
Share on other sites

  • 0
C:\Program Files (x86)\Microsoft Visual Studio 12.0>devenv.exe /ResetSettings
'devenv.exe' is not recognized as an internal or external command,
operable program or batch file.
 
I'm not doing it right.

^ lol ;)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.