microsoft / vscode-html-languageservice

Language services for HTML
MIT License
220 stars 109 forks source link

Implement `findDocumentSymbols2()` #152

Closed johnsoncodehk closed 1 year ago

johnsoncodehk commented 1 year ago

Look to https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentSymbol, DocumentSymbol is a better data structure. Added findDocumentSymbols2() API to return DocumentSymbol[] and align with vscode-css-languageservice and vscode-json-languageservice.

Fix #130.