vscode-code-outline
vscode-code-outline copied to clipboard
Ruby outline
Hi everyone!
Any chance to have this working for Ruby?
Thank you
This extension just uses the vscode.executeDocumentSymbolProvider
command. The Ruby extension would need to register a DocumentSymbolProvider
, which would make the symbols available for this extension.