-
Hi everyone,
First of all I want to apologize if I use this issue for a question and not for a real issue, probably SO would be a better place, but I haven't found any related or relevant question abo…
-
Would it be possible? I've been trying to make a decent python script to do this, but the lack of semantics makes it fragile: I can't know whether a class inherits from XCTest or know the relationship…
-
Instead of passing in a SourceKitten JSON file, jazzy could ingest a DocC archive or the JSON file(s) embedded within as input.
This could help users who've invested in custom themes or other jazzy…
jpsim updated
3 years ago
-
I'm thinking of having SourceKitten generate a line range which we can use to link to GitHub, and which we can read from jazzy if the file paths are present.
jpsim updated
3 years ago
-
I'm using SourceKitten to improve syntax highlighting and add code completion for my app [Swift Coder](https://github.com/joshbirnholz/Swift-Coder).
I've managed to get code completion suggestions …
-
This is caused by difference of response from SourceKit between Swift 2.3 and Swift 3.0.
Swift 3.0 does not return `"key.attribute" : "source.decl.attribute.__raw_doc_comment"`.
Swift 2.3:
``` termi…
-
Could be implemented by traversing the Sources and collect each `@Inject` for creating the dependency-graph. If no circular dependencies are found, continue with collecting information about the depen…
-
Looks like the recursive nature of the parser makes it quite susceptible to stack overflows when parsing larger yaml structures. Not that ~500 lines is _that_ large for a yaml file...
You can reprodu…
jpsim updated
7 years ago
-
There is a new effort from Apple to simplify structured editing of Swift syntax: {{Swift Syntax and Structured Editing library}}. Maybe SourceKitten can benefit from that in the future?
https://lists…
-
**Describe the bug**
If I run Jazzy locally everything works fine with --xcodebuild-arguments. Example would be `jazzy --clean --min-acl private --xcodebuild-arguments -workspace,myApp.xcworkspace,-…