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
714ff2a620e11ea0f2052d568472abb0badff79e
sourcekit-lsp
/
Sources
/
SourceKitLSP
/
Swift
/
CodeActions
History
Alex Hoppen
714ff2a620
Adjustment because
trimmedRange
is not available in swift-syntax
release/6.0
2024-05-07 11:45:39 -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
Adjustment because
trimmedRange
is not available in swift-syntax
release/6.0
2024-05-07 11:45:39 -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