Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
A Chime extension for Swift
- Host: GitHub
- URL: https://github.com/ChimeHQ/chime-swift
- Owner: ChimeHQ
- License: bsd-3-clause
- Created: 2022-09-06T11:32:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T12:14:42.000Z (9 months ago)
- Last Synced: 2024-07-14T06:20:33.028Z (4 months ago)
- Topics: extensionkit, language-server-protocol, lsp, swift
- Language: Swift
- Homepage:
- Size: 47.9 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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