Files
swift-mirror/lib/IDE/CodeCompletionResultPrinter.cpp
Rintaro Ishizaki 9e493e3490 [CodeCompletion] Don't print '_' external parameter name in filterName
in override completions. '_' as a filterName is not something clients
expect. This align with function call completions.

But, unlike call-site completions, we do need '_' in the source text. So
instead of mark the chunk "annotation", make an exception in
'printCodeCompletionResultFilterName()'.

rdar://91892610
2022-05-10 16:53:06 -07:00

17 KiB