Alex Hoppen
32eff21977
[IDE] Remove "Begin completions" and "End completions" from test cases
...
These test lines weren't actually providing any value and were annoying to write. Let's jut remove them.
2023-03-22 09:07:17 -07:00
Rintaro Ishizaki
18dc9c1c27
[CodeCompletion] Remove CodeComletionString::getName()
...
`CodeCompletioString::getName()` was used only as the sorting keys in
`CodeCompletionContext::sortCompletionResults()` which is effectively
deprecated. There's no reason to check them in `swift-ide-test`. Instead,
check `printCodeCompletionResultFilterName()` that is actually used for
filtering.
2021-07-16 13:24:19 -07:00
Rintaro Ishizaki
a01a3ad530
[CodeCompletion] Update for SE-0293 Property Wrappers for func params
...
rdar://76355405
2021-05-06 13:21:27 -07:00
Doug Gregor
9a444242fb
[SE-0258] Fixups for various renames of property wrappers.
2019-07-10 15:28:24 -07:00
Doug Gregor
446d0b3953
[SE-0258] Rename backing storage property to _foo.
...
In anticipation of upcoming changes to the property wrapper proposal,
rename the backing storage for a wrapped property to "foo", unconditionally.
2019-06-26 07:39:01 -07:00
Doug Gregor
2e8d9a4331
[SE-0258] Adopt @propertyWrapper everywhere.
2019-06-12 13:09:40 -07:00
Rintaro Ishizaki
d0659574ae
[CodeCompletion] Don't include symbols starting with '$_'
...
rdar://problem/50073762
2019-05-31 11:10:04 -07:00