Extension Details

- StellarSwift
- by redf
- 10 Recent Installs | 1697 Total Installs
- Language Completion, Build Tasks, Syntax Highlighting ... for Swift
- Repository
- Bug Reports
-
Read Files
-
Launch Subprocesses
-
This extension is allowed to:
Readme
StellarSwift provides deep integration with Swift, including code completion, build tasks as well as syntax highlighting.
Requirements
StellarSwift requires some additional tools to be installed on your Mac:
Usage
StellarSwift runs any time you open a local project containing Package.swift
, then reports errors and warnings in Nova's Issues sidebar and the editor gutter:
Release Notes
Version 0.0.4
- Add some swift language highlighting that wasn't there already.
- Extension now activates if any .swift file is opened.
Version 0.0.3
- Restart sourcekit-lsp appropriately if it encounters issues.
- Added new Tasks for Running & Testing.
- Now respects the xcode-select settings for which toolchain is active.
- Auto-restart sourcekit-lsp if xcode-select changes toolchain.
Version 0.0.2
- Fixed screenshot in README.
Version 0.0.1
- Created Language Server for Swift.
- Created Build Tasks for Swift.
- Brought over Syntax Highlighting from Pixel Foundry's Extension.