|
|
| Previous ID |
SR-12867 |
| Radar |
None |
| Original Reporter |
palle (JIRA User) |
| Type |
Bug |
| Status |
Resolved |
| Resolution |
Done |
Environment
Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
Additional Detail from JIRA
|
|
| Votes |
0 |
| Component/s |
LLDB for Swift |
| Labels |
Bug |
| Assignee |
@poya |
| Priority |
Medium |
md5: 1d4fd44c51b90df5498bfbdf1039a4c9
Issue Description:
When typing a debugger command (:command) into the Swift REPL and pressing tab to autocomplete, the inserted autocompletion is missing the first autocompleted character.
For example, typing
autocompletes to
(note the missing second t)