qorelanguage / qore-vscode

Qore language extension for Visual Studio Code
MIT License
1 stars 2 forks source link

vscode plugin "Code Outline" displays flat list instead of a tree for qore files #5

Closed pvanek closed 5 years ago

pvanek commented 6 years ago

i works for Python etc. Maybe related to: https://github.com/patrys/vscode-code-outline/issues/66

omusil24 commented 6 years ago

That's because astparser module doesn't send any kind of hierarchy data and the LSP protocol doesn't even support it officially.

pvanek commented 5 years ago

the extension is not active anymore. Closed in favor of https://github.com/qorelanguage/qore-vscode/issues/9