mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
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 based on their contextual match, allowing us to show more relevant code completion results at the top.
7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
module Csourcekitd {
|
|
header "sourcekitd_functions.h"
|
|
header "CodeCompletionSwiftInterop.h"
|
|
header "plugin.h"
|
|
export *
|
|
}
|