ryan
ryan

Reputation: 6655

Visual Studio navigation bar stops populating with certain TypeScript files

At some point through my app's life, not sure when, the navigation bar stopped populating. I don't see anything output to the JavaScript language service or anywhere else that indicates why. F12 jumps to definitions just as it did before and CTRL+M, CTRL+O and CTRL+M, CTRL+P toggle method collapsing as expected.

What might be causing this issue? Any way to fix it?

Upvotes: 0

Views: 95

Answers (1)

Ryan Cavanaugh
Ryan Cavanaugh

Reputation: 221242

There's an issue in 0.8.3 / 0.8.3.1 where the navigation bar doesn't work if you're in an external module (i.e. a file with a top-level export or import).

Upvotes: 1

Related Questions