This website requires JavaScript.
Explore
Help
Sign In
averello
/
sourcekit-lsp
Watch
1
Star
0
Fork
0
You've already forked sourcekit-lsp
mirror of
https://github.com/apple/sourcekit-lsp.git
synced
2026-03-02 18:23:24 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d4bbf9ccc1f3a297ab7053aa2cddae914975a388
sourcekit-lsp
/
Sources
/
SourceKitLSP
/
Swift
/
CodeActions
History
Doug Gregor
d4bbf9ccc1
Address review comments
2024-05-06 17:57:07 -07:00
..
AddDocumentation.swift
Use
as(DeclSyntaxEnum.self)
instead of force-unwrapping
2024-05-06 08:36:01 -07:00
ConvertIntegerLiteral.swift
Introduce new refactoring code actions based on the Swift syntax tree.
2024-04-16 23:00:20 -07:00
ConvertJSONToCodableStruct.swift
Address review comments
2024-05-06 17:57:07 -07:00
PackageManifestEdits.swift
Address code review feedback
2024-04-24 21:56:55 -07:00
SyntaxCodeActionProvider.swift
Introduce new refactoring code actions based on the Swift syntax tree.
2024-04-16 23:00:20 -07:00
SyntaxCodeActions.swift
Add a syntactic "Add Codable structs from JSON" code action
2024-05-06 13:53:14 -07:00
SyntaxRefactoringCodeActionProvider.swift
Generalize SyntaxRefactoringCodeActionProvider to work with EditRefactoringProvider
2024-05-04 14:16:51 -07:00