Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Compiler Options for UIKit support

Choose a tag to compare

@vknabel vknabel released this 14 Mar 11:01
· 184 commits to master since this release

2.2.0

  • Autocompletion for external libraries like AppKit and UIKit after restart #8
  • Display short documentation on autocompletion
  • More reliable autocompletion, especially for global namespace
  • New "sde.sourcekit.compilerOptions" setting

How do I get autocompletion for UIKit?

Just add "sde.sourcekit.compilerOptions": ["-target", "arm64-apple-ios11.0"] to your workspace settings in Visual Studio Code and restart it.