Skip to content
This repository has been archived by the owner on May 8, 2019. It is now read-only.

Releases: RLovelett/vscode-swift

Blue Turtle

22 Apr 23:37
afb008e
Compare
Choose a tag to compare
Changes necessary to publish v0.2.0

* Lock NPM to specific version of vscode client
* Update images to HTTPS

Sapphire Crab

11 Dec 07:00
03a01df
Compare
Choose a tag to compare
  • Switch to using a Swift native Language Server instead of a TypeScript based one.
  • Provide support for Swift v3.1 via toolchain snapshots (swift-DEVELOPMENT-SNAPSHOT-2016-12-01 currently is the minimum REQUIRED)

With this release there should be a solid framework for quickly iterating to add more features to interact with SourceKit. Which hopefully make windows between releases much shorter. [Edit: Oct 10, 2017] Which still has not born fruit. My apologies.

Thanks for the patience! 🗿

Gold Duck

03 Aug 20:53
Compare
Choose a tag to compare
  • When code completing it now fills in place holders, e.g., <#T## Blah)#> with VS Code snippets. Thanks @aaroncrespo! 💯
  • Code completion is drawn from all *.swift files in the project's working directory
  • Bug fixes

Silver Porcupine

28 Jul 21:30
Compare
Choose a tag to compare

Polished up the extension. Both in terms of documentation and description. As well as making the SourceKitten integration a little bit more configurable.

Nickel Crocodile

28 Jul 14:45
Compare
Choose a tag to compare

This release focuses on being the starting point for this plugin. It provides rudimentary integration between VS Code and SourceKit.

Aside from making use of the VS Code Language Server Protocol it relies on the SourceKitten framework to talk with SourceKit.