Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ChimeHQ/chime-swift

A Chime extension for Swift
https://github.com/ChimeHQ/chime-swift

extensionkit language-server-protocol lsp swift

Last synced: about 2 months ago
JSON representation

A Chime extension for Swift

Awesome Lists containing this project

README

        

[![License][license badge]][license]

# chime-swift
A [Chime][chime] extension for Swift.

## Overview

This Chime extension supports the [Swift][swift] programming language. It integrates [sourcekit-lsp][sourcekit-lsp] with [ChimeKit][chimekit]'s `ExtensionProtocol`.

This project is featured as a [tutorial][tutorial] in ChimeKit's reference [documentation][documentation].

## Installation

chime-swift's core functionality is built directly into Chime 2.0.

But, you can always open up the included Xcode project and build the container app to make the ExtensionKit extension available on your local machine.

## Future Development

A language server is not required to provide semantic languages features to Chime. A way to expand this extension would be to directly integrate with native tooling. This could offer a lower-overhead implementation, while also providing additional features not directly exposed via Language Server Protocol. Plus, it would be pretty cool.

Relevant projects:

- [SourceKitten][sourcekitten]
- [SwiftFormat][swiftformat]

## Suggestions or Feedback

We'd love to hear from you! Get in touch via an issue a pull request.

Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.

[license]: https://opensource.org/licenses/BSD-3-Clause
[license badge]: https://img.shields.io/github/license/ChimeHQ/chime-swift
[chime]: https://www.chimehq.com
[swift]: https://www.swift.org
[sourcekit-lsp]: https://github.com/apple/sourcekit-lsp
[sourcekitten]: https://github.com/jpsim/SourceKitten
[swiftformat]: https://github.com/nicklockwood/SwiftFormat
[chimekit]: https://github.com/ChimeHQ/ChimeKit
[documentation]: https://swiftpackageindex.com/chimehq/chimekit/main/documentation
[tutorial]: https://swiftpackageindex.com/chimehq/chimekit/main/tutorials/create-an-extension