Ben Langmuir
8c1ef3290c
[gardening] Rename CodeCompletionOptions -> SKCompletionOptions
...
Since it is being used in the LSP protocol layer, give it a name that
clarifies that it is SourceKit-specific.
2020-10-16 13:11:55 -07:00
Ben Langmuir
d8b5a980ee
[gardening] Fix copyright headers and formating in modified files
...
Conflicts:
Sources/SourceKit/SourceKitServer.swift
Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
2020-10-16 13:11:50 -07:00
Ben Langmuir
b97dac9b6f
[completion] Add an extension to pass completion options per-request
...
Conflicts:
Sources/LanguageServerProtocol/SupportTypes/CodeCompletionOptions.swift
Sources/SourceKit/CodeCompletionOptions.swift
Sources/SourceKitLSP/CodeCompletionOptions.swift
2020-10-16 13:09:06 -07:00
Alex Hoppen
e2d7eedef8
Unify the naming of request and notification types
...
Request types should always have the suffix Request and notifications
should end with Notification.
Also moved all request and notification types into separate folders to
reduce the number of files in the LanguageServerProtocol folder.
2019-12-13 13:56:10 -08:00