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
Hi, thanks for the grate vsc extension. I have a question about autocomplete.
I did everything as you wrote in documentation:
install xcode-build-server
generate buildServer.json
build add and even more, run it on simulator
but when i am trying to write something in vs autocomplete doens't work and also i cant go to any definitions by clicking on some method for example.
Maybe i forgot to make something else?
The text was updated successfully, but these errors were encountered:
Hi! The extension doesn't do much here at the moment; it mainly provides a command to generate the buildServer.json config file based on the selected schema and workspace. You can manually follow the tutorial on setting up the Xcode build server for VSCode [1].
If you're having issues, you can try restarting the Swift LSP by running the Swift: Restart LSP Server command from the command palette. You can also check the logs for the Apple LSP in the Output panel of VSCode.
Hi, thanks for the grate vsc extension. I have a question about autocomplete.
I did everything as you wrote in documentation:
but when i am trying to write something in vs autocomplete doens't work and also i cant go to any definitions by clicking on some method for example.
Maybe i forgot to make something else?
The text was updated successfully, but these errors were encountered: