Add code symbols into outline#972
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
I attempted to add tests until I remembered that our test setup does not have actual LSPs for Python or R in it, so we can't really test this. Well... now that I write that, I realize I could probably mock one out. That seems a little contrived, but maybe still worth it. |
|
I was able to reproduce duplicated language symbols in code cells in Positron with inline outputs enabled. Looking into what is happening. |
|
@juliasilge In await commands.executeCommand<DocumentSymbol[] | SymbolInformation[]>(
"vscode.executeDocumentSymbolProvider",
uri
);I checked the surrounding context, including the vdoc content. Everything seems to be in order, nothing strange otherwise. When I disabled |

Addresses an issue mentioned by @juliasilge: #167 (comment)
Adds code symbols under code cells in the outline.