mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[CodeCompletion] 'case' keyword completion at the top of 'switch' stmt
rdar://problem/35943849
This commit is contained in:
@@ -165,6 +165,9 @@ public:
|
||||
/// Complete a given type-identifier when there is no trailing dot.
|
||||
virtual void completeTypeIdentifierWithoutDot(IdentTypeRepr *ITR) {};
|
||||
|
||||
/// Complete the beginning of a case statement at the top of switch stmt.
|
||||
virtual void completeCaseStmtKeyword() {};
|
||||
|
||||
/// Complete at the beginning of a case stmt pattern.
|
||||
virtual void completeCaseStmtBeginning() {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user