You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sourcekit-lsp fails to provide code completion for plugin generated code. It fails in either mode regardless of is background indexing enabled or not. Tested on ST4, but as if it's server problem it should reproduce in any editor of choice.
Steps to Reproduce
Install on sublime text LSP and LSP-Sourcekit packages.
Swift version
swiftlang-6.0.0.7.6 clang-1600.0.24.1
Platform
macOS 15
Editor
Sublime Text 4
Does the issue reproduce with Swift 6?
Yes
Description
sourcekit-lsp
fails to provide code completion for plugin generated code. It fails in either mode regardless of is background indexing enabled or not. Tested on ST4, but as if it's server problem it should reproduce in any editor of choice.Steps to Reproduce
LSP
andLSP-Sourcekit
packages.clone [email protected]:apple/swift-openapi-generator.git
cd swift-openapi-generator/Examples/hello-world-urlsession-client-example/
subl .
Sources/HelloWorldURLSessionClient/HelloWorldURLSessionClient.swift
within editor.sourcekit-lsp
server.Completion and type hinting works for user defined types and types from stdlib, but not for Client object, which is generated by plugin.
Logging
sourcekit-lsp.log
The text was updated successfully, but these errors were encountered: