This allows us to load plugins into the sourcekitd service to handle requests (currently only used for code completion). This allows us to implement parts of sourcekitd in Swift and outside of the ...
Depends on swiftlang/swift#78421. This adds a sourcekitd plugin that drives the code completion requests. It also includes a CompletionScoring module that’s used to rank code completion results ba...