Keith Smiley
Keith Smiley
In order to include this in rust sources this needs to be included directly downstream. Ideally we had a simple proto library target we could use instead, but the rust...
Currently if you're editing a docstring like this: ``` /// Foo ``` You end up with: ``` /// Foo // ``` Ideally you would end up with 3 slashes on...
```swift let projectImports = Set(targets.filter { $0.type.isImportable }.map { $0.name }) ``` Pressing enter after this line results in an extra indent level in
Indent after this line is off: ```swift let builder = GraphViz(format: { $0 }, include: { _ in true }) ```

This statement currently has pretty funky highlighting: ``` swift import PackageDescription let package = Package( name: "hypem", dependencies: [ .Package(url: "https://github.com/lyft/mapper.git", versions: Version(2,0,0)..
Currently there's a problem with multiline guards (and `if let`s) where the cases on their own lines will not be indented correctly. See an example here: https://github.com/keith/swift.vim/blob/7d7c6e33ba752ff8eb860cfc73b5dee57c3e15f0/example/example.swift#L327-L331 This is a...
With the most recent download from the website:
Hey everyone, Just wondering if watchOS 3.0 support (specifically around the new ApplePay API) is planned? Internally we've adapted the SDK to make it work, but it required us to...