-
Right now if I have a Class called: SomeClass
I make public extensions to better split up the code (similar to what apple does), however Jazzy treats that as an Extension to SomeClass, just like an e…
-
I am using both of your tools/files and your documentation.
Its not building out of the box
spitting these error out :
```
> `className` has no USR. First make sure all modules used in your projec…
-
This is a request for mirroring Swift's behaviour of merging extensions with their extended type in Obj-C projects, only this time for categories and interfaces. This feature was requested for Swift i…
-
Read-only properties and subscripts should avoid using the `get` keyword.
jpsim updated
8 years ago
-
Format your Swift source code from within Nuclide.
-
I searched and found a number of issues that mention Swift 3, but nothing specifically about this project as a whole, forgive me if this has already been brought up. A recent comment on #781 has got m…
-
The bottle-pulling part of `brew pull --bottle` won't work quite right when run on an OS version which does not have a bottle for that OS version. It will publish the bottles to bintray, but when tryi…
-
Related to #63 and #69.
I have 100% coverage for [JSQDataSourcesKit](http://www.jessesquires.com/JSQDataSourcesKit/), but jazzy is reporting 89%.
If you look at the source, there are a few `public s…
-
Find a way to get code-completion working with completion-at-point to enable auto-completion using company-mode.
-
I use the `language-swift` package for Swift syntax highlighting in Atom. Thanks to the SwiftPMBuildSystem and the compile commands, we can probably do _way_ better here.
At the very least, we can us…