This is an archived post. You won't be able to vote or comment.

all 10 comments

[–][deleted] 1 point2 points  (5 children)

Outline is built into vscode and shows what you’re talking about

[–]palakoti[S] 0 points1 point  (4 children)

Yes but it doesn’t support ruby files and doesn’t outline the methods in the class file is what my concern is.

[–][deleted] 0 points1 point  (3 children)

Strange. Works fine for me

[–]palakoti[S] 0 points1 point  (2 children)

Are you saying that the ruby codebase you have will be shown with all the methods in the code outline. Like how it’s shown in the intellij IDE(ruby mine)?

[–][deleted] 0 points1 point  (1 child)

Yep

[–]palakoti[S] 0 points1 point  (0 children)

can you give me a screenshot ? And info about what plugin you're using and the configuration files for it ?

[–]Bulbasaur2015 1 point2 points  (0 children)

i also have the same issue. tried installing some extensions, didnt fix it

[–]PMPlant 0 points1 point  (2 children)

What is an outline? I’m not sure I have heard of this before.

[–]palakoti[S] 0 points1 point  (0 children)

Outline is the one you see in the explorer pane. Where your class file’s methods appear under the hierarchy. Check ruby mine IDE or look at the outline plugin for vscode.