outline-view Questions
0
I'm working on a C-Code based application, my IDE is Visual Studio Code (1.77.3) and I'm using frequently the outline view from Visual Studio Code, which currently looks like this:
As you might se...
Embarrass asked 16/4, 2023 at 9:55
5
Solved
I know Xcode has a
#pragma mark
feature where it allows you to insert arbitrary labels in outline views / method lists to document how code is segmented.
I haven't been able to find a similar...
Stagemanage asked 19/2, 2010 at 21:30
2
Started using vscode 1.64.2 on windows 10 occasionally for a while.
Just now, when I tried to work with workspace on local windows 10 machine, the outline view is missing, and no where I can find i...
Knighterrantry asked 24/6, 2022 at 16:10
5
Solved
In Visual Studio (2013/2015/2017), the Document Outline window for C# files is always empty ("There are no items to show for the selected document.").
It seems that this functionality is ...
Catalyze asked 16/7, 2014 at 16:47
19
Solved
This kind of stuff exists in Eclipse:
But I've not found it in Visual Studio yet. Is there such a window to show code outline at all?
I tried both Document Outline and Class View windows. The C...
Rev asked 25/9, 2010 at 12:56
1
Solved
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 ther...
Transduction asked 11/5, 2021 at 14:15
1
Solved
In my app I allow user to set background color and images. So to make sure that all necessary information and icons are visible, I use text with shadow of different color. It is easy to set it by s...
Initiate asked 23/10, 2018 at 17:29
1
Solved
How can I cause Eclipse's Outline view to do any of the following when displaying the outline for a CSS file:
display a comment
create a collapsible range for a group of CSS rules
anything else...
Scrape asked 20/1, 2012 at 12:39
1
© 2022 - 2025 — McMap. All rights reserved.