Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
396 views
in Technique[技术] by (71.8m points)

c - In Visual Studio Code, is there a way to see the explorer on the left and the outline on the right?

I am used to program having the file browser on the left of the code and the outline on the right. However, in Visual Studio Code it seems that I can only have both things on the same side. Is there any way to have them in different sides (like in the image, that comes from eclipse)?

Thanks,

DMR

Example

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

In the Insiders v1.61 Build now is an experimental feature that would provide a second Side Bar on the opposite side of your main Side Bar. This feature can be enabled with this setting:

Workbench > Experimental > Side Panel: Enabled

Side Panel setting

It is disabled by default. Note that this second Side Bar is currently known as the Side Panel.

You can drag various views into the Side Panel like the Outline or SCM views. I would expect that more will be added later.

Demos:

opening a Side Panel on the right demo

side panel demo


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...