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
78f6132fb235d48f7e756c685ce8454a3d2a0570
sourcekit-lsp
/
Sources
/
SourceKitLSP
/
Swift
/
CodeActions
History
Doug Gregor
78f6132fb2
Add code actions for adding library/executable/macro targets to a package manifest
2024-05-07 23:29:44 -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
Add code actions for adding library/executable/macro targets to a package manifest
2024-05-07 23:29:44 -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