Derrick Lee
Derrick Lee

Reputation: 89

Visual Studio 2015 Cannot find list of available events short cuts

Just started using VS2015 and everything seems pretty nice except one thing which I cannot figure out how to enable or show on the code editor. Plz See pic below. Do you call this form event drop list? enter image description here

How can I bring this back? enter image description here

Upvotes: 2

Views: 2102

Answers (1)

Derrick Lee
Derrick Lee

Reputation: 89

I noticed that one of C# solutions I got from Enterprise library hand-on-lab file showed the navigation bar (Yes, it's called Navigation Bar). And finally found that option. Go to Tools>Option>Text Editor>select your language or all language>Navigation bar

enter image description here

Yes!!!

Upvotes: 3

Related Questions