←back to thread

612 points dayanruben | 1 comments | | HN request time: 0s | source
Show context
tux3 ◴[] No.42899950[source]
The goal for Swift should (and seems) to be to gradually separate itself from XCode, which is holding it back from its ambitions.

XCode has been compared to many things, but at 3.1 stars on the App store, one must find that it is still slightly overrated.

replies(4): >>42899981 #>>42901466 #>>42902607 #>>42906323 #
dlachausse ◴[] No.42899981[source]
Swift hasn’t required Xcode for several years now. It has robust command line tooling and a VSCode plugin.

https://www.swift.org/documentation/articles/getting-started...

replies(2): >>42900031 #>>42900176 #
airstrike ◴[] No.42900176[source]
Despite being terrible, the last time I checked, the experience in Xcode was somehow still meaningfully better than with the VSCode plugin
replies(1): >>42901419 #
rescripting ◴[] No.42901419[source]
What don’t you like about the VSCode plugin?
replies(1): >>42903491 #
jitl ◴[] No.42903491[source]
For me it just spins forever and never manages to do any LSP things
replies(2): >>42903767 #>>42904388 #
1. rescripting ◴[] No.42903767[source]
If you haven’t tried recently I’d give it another go. A lot of work has gone in to the LSP this past year to stabilize it and improve performance.