TheHeadlessSourceMan
TheHeadlessSourceMan

Reputation: 737

Object Browser / Class Browser for Visual Studio Code

I am just getting started with Visual Studio Code. I am really liking it better than the full Visual Studio, but I was wondering how to show the object browser?

Along the left icon bar where I would expect it to be, all I see is Explorer, Search, Source Control, Run, and Extensions. Then at the bottom are Accounts and Settings.

How do I show the object browser? Is there a setting somewhere, or do I need to install an extension, or what?

Upvotes: 6

Views: 5862

Answers (2)

You need to click the "..." button on the Explorer panel. From the popup, make sure "Outline" is selected.

I’ll supplement the answer with a photo:

enter image description here

Upvotes: 0

TheHeadlessSourceMan
TheHeadlessSourceMan

Reputation: 737

I found it.

Just in case anyone is as blind as I am and stumbles across this question:

Under the "Explorer" button on the left. Way down at the bottom there is an "OUTLINE" section. Twirl that open and there it is!

Upvotes: 9

Related Questions