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
db3867bdbb69c3e42eec2f85f62330ed6a73decd
sourcekit-lsp
/
Sources
/
SourceKitLSP
/
Swift
/
CodeActions
History
Kai Lau
db3867bdbb
fixed the issue that leading and trailing trivia are lost after string interpolation conversion
2024-07-20 16:45:40 -07:00
..
AddDocumentation.swift
Don’t show
Add documentation
refactoring for declarations that are not on a new line
2024-05-08 15:05:35 -07:00
ConvertIntegerLiteral.swift
Make the
SourceKitLSP
module build in Swift 6 mode
2024-05-13 21:28:42 -07:00
ConvertJSONToCodableStruct.swift
Make the
SourceKitLSP
module build in Swift 6 mode
2024-05-13 21:28:42 -07:00
ConvertStringConcatenationToStringInterpolation.swift
fixed the issue that leading and trailing trivia are lost after string interpolation conversion
2024-07-20 16:45:40 -07:00
PackageManifestEdits.swift
Merge pull request
#1240
from DougGregor/code-action-add-target
2024-05-17 15:24:11 -07:00
SyntaxCodeActionProvider.swift
Address my own review comments to
#1179
2024-05-08 14:56:09 -07:00
SyntaxCodeActions.swift
Convert String Concatenation to String Interpolation
2024-07-17 14:57:30 -07:00
SyntaxRefactoringCodeActionProvider.swift
When performing jump-to-definition on a method implementing a protocol requirement, jump to the requirement
2024-06-08 10:29:18 -07:00