Files
sourcekit-lsp/Sources/SourceKitLSP/Swift
Robert Widmann 4b9ab7f1bc Redo the Folding Range Request on top of the Syntax Tree
Building upon the infrastructure that requests the lexical structure of the document from SwiftSyntax, redo the folding ranges request using the tree directly. This corrects a number of inconsistencies in the tests mostly due to incorrect SourceLocations in the semantic ASTs and the line comment merging logic.
2022-10-19 23:37:11 -07:00
..