AliRıza Adıyahşi
AliRıza Adıyahşi

Reputation: 15866

Visual Studio 2017 don't remember option "Track Active Item in Solution Explorer"

VS don't remember this option is check, when restart the IDE or change project branch.

I always check this option when I open the IDE.

I am using VS 17 Enterprise latest version.

EDIT: I am also using resharper(maybe it override VS options).

Upvotes: 6

Views: 613

Answers (3)

AliRıza Adıyahşi
AliRıza Adıyahşi

Reputation: 15866

If I change resharper performance options, than it doesn't work. Following option affect VS option:

enter image description here

If you select fix silently then it is overriding the VS settings.

Upvotes: 5

j03p
j03p

Reputation: 341

There are a lot of known issues with "Track Active Item":

https://developercommunity.visualstudio.com/search.html?f=&type=question+OR+problem+OR+idea&type=question+OR+problem+OR+idea&c=&redirect=search%2Fsearch&sort=relevance&q=Track+Active+Item

A summary of most of the issues is already provided by @Davemundo

Upvotes: 2

Davemundo
Davemundo

Reputation: 889

Try the following (ensure you are on the LATEST VS2017):

  • As per comments: "I've found that it works reliably when Solution Explorer is in Solution mode. But when working in Folder mode, the behaviour is temperamental."
  • Toggle lightweight loading on/off (https://dotnetvibes.com/2017/02/13/lightweight-solution-load-in-visual-studio-2017/)
  • Disable the extensions in VS one-at-a-time to determine which one, if any, cause this
  • Completely uninstall Productivity Power Toys (PPT) (disable wont work)
  • Remove the .vs folder (as per other suggestions)

This has to be reproducible, others have had similar problems with different versions, please let us know which version number you are using right now, thanks!

Upvotes: 1

Related Questions