DanielGavin / ols

Language server for Odin
MIT License
382 stars 58 forks source link

textDocument/documentSymbol is not supported #307

Closed xslendix closed 5 months ago

xslendix commented 5 months ago

Currently, document-level declarations are not supported.

DanielGavin commented 5 months ago

It is supported. It's probably not on by default.

Most people don't really need it, so it's not on by default.

"enable_document_symbols": true,

xslendix commented 5 months ago

Closing this issue then. Thank you.