DanielGavin / ols

Language server for Odin
MIT License
479 stars 71 forks source link

ols Breaks VSCode's Sticky Scroll #524

Closed dozn closed 1 month ago

dozn commented 1 month ago

All scopes besides procs are ignored, and it chooses to show the second import in files as well.

ols off: image ols on: image

DanielGavin commented 1 month ago

Not sure how to add it to vscode sticky scroll through lsp. It right now uses the outline of all the functions, but there is no way to describe it for loop, etc.

dozn commented 1 month ago

Huh, looks like you're correct—neither Go nor Rust support more than that either. What an odd thing for it to be supported when the language servers are disabled, and to not provide a way to express it >_< My apologies!