-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include declaration attributes in SourceKitten #504
Comments
That'd be great! |
Are there any facilities to differentiate attributes that start with '@' like |
@jpsim i will be opening a PR than soon. Also, would it be possible to update SourceKitten maybe to Swift 4.1 ? |
@dirtydanee you mean the swift language version specified in the Xcode project? Yeah, that'd be a good idea. Want to file a PR for that too? 😁 |
When i am running with Xcode 9.2
strings /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/Versions/Current/XPCServices/SourceKitService.xpc/Contents/MacOS/SourceKitService|grep source.decl.attribute
I get the following output:
Would this be possible to be included in SourceKitten, maybe something like
SwiftDeclarationAttributeKind
?The text was updated successfully, but these errors were encountered: