loveucifer
5b4af90a81
Apply .indented(by:)
2026-02-15 21:53:01 +05:30
loveucifer
e1f1e08cc9
some fixes
2026-02-09 16:44:58 +05:30
loveucifer
c6e54fb46a
Fix multiline string support in string concatenation to interpolation refactoring
2026-02-05 13:11:40 +05:30
loveucifer
250f6f62aa
Fix multiline string indentation stripping and remove duplicate test
2026-01-30 02:58:25 +05:30
loveucifer
4770e0c73e
address reviewer feedback: use IndentationRemover for trivia-only indentation handling
...
- Replace custom stripIndentation with IndentationRemover
- Update test expectations to preserve content indentation (trivia-only)
- Add clarifying comment for trailing trivia removal
- Use Swift commas in conditions
- Simplify trailing trivia removal code
2026-01-19 16:44:37 +05:30
loveucifer
4d08603e30
fix trivia handling
2026-01-17 15:12:27 +05:30
loveucifer
4ece7f9eea
fix trailing trivia handling
2026-01-15 08:02:34 +05:30
loveucifer
d465ba967a
multiline string interpolation
2026-01-09 16:09:33 +05:30
Owen Voorhees
f04b971726
Adopt swift-tools-protocols
2025-10-31 14:11:11 -07:00
Pavel Yaskevich
28ec028ef5
[SwiftLanguageService] Adopt to throwing refactoring actions
...
`EditRefactoringProvider.textRefactor` and `EditRefactoringProvider.refactor`
requirements are now throwing and produce a non-optional type.
2025-08-22 23:27:39 -07:00
Alex Hoppen
c14f5dd7fd
Move SwiftLanguageService into its own module
2025-08-14 11:12:31 +02:00