ios-swift-for-vs-code
ios-swift-for-vs-code copied to clipboard
Autocompletion not working
Description
Since the latest update of the extension, autocompletion has completely stopped working. The automatic suggestions that used to appear while typing code no longer show up. This is seriously affecting productivity and development.
Steps to reproduce the bug:
- Open Visual Studio Code.
- Install/Update the extension to the latest version.
- Open xcode project in vscode (using Xcode iOS Swift IDE extension)
- Open a file in a language supported by the extension (e.g., a .swift file).
- Start typing code (e.g., a function, a variable, etc.).
- Trigger suggest (ctrl + space)
- Notice that no suggestions or autocompletion appear. (Only a "Loading..." text appear)
Expected behavior
Autocompletion should provide relevant suggestions based on the typed code, as it did prior to the update.
Actual behavior
No suggestions are provided during autocompletion.
Additional informations
- Extension version: v0.3.0
- Visual Studio Code version: 1.91.1
- Operating system: macOS 15.0.1
- Logs appear in console :
[Error - 18:31:00] Request textDocument/inlayHint failed. Message: sourcekitd request timed out Code: -32001 [Error - 18:31:01] Request textDocument/semanticTokens/full failed. Message: No language service for 'cpp-ghost-text-preview-widget-anysphere://jwchiymjab' found Code: -3200
Possible causes or suggestions:
I suspect the issue might be related to an issue with the new LSP client support. The previous version which use sourcekit-lsp works.
Thank you for your assistance in resolving this issue!