swiftwasm / swift

WebAssembly support for the Swift programming language

Home Page:https://swiftwasm.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Swift SDK in vscode-swift

kateinoigakukun opened this issue · comments

Currently, Swift on VSCode lacks cross-compilation support and it resulted in poor code completion and error reporting while editing code.

To Do

  • Support Swift SDK-based cross compilation in sourcekit-lsp, which is an LSP implementation for Swift
  • Support Swift SDK in VSCode UI by extending vscode-swift extension