Version 1.3.0 #39
Closed
jansorg
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've published version 1.3.0.
Unfortunately, this version was a long time in the making.
Most important is probably the (basic) support for "Reformat file" and the background indexing with Swift 6.x.
Background indexing should provide more consistent results without constant rebuilds. AFAIK it's only supported well with Swift 6.x. In general, I recommend the latest version of Swift for best support.
You can turn off background indexing in the settings if you don't like it.
Next, I'm planning to look how to integrate with XCode, even though it's seems difficult to get this right.
Changelog:
sourcekit-lspwith the new LSP client implementation.By default, the few available settings are based on the IDE's code style. You can customize formatting by creating
a .swift-format file like this file.
typealias Handler = @Sendable (Notification) -> Bool. Previously,(Notification)was incorrectly parsed as if it belonged to@Sendable.Beta Was this translation helpful? Give feedback.
All reactions