We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad740f2 commit 34a7b7bCopy full SHA for 34a7b7b
src/harness/fourslash.ts
@@ -4557,6 +4557,7 @@ namespace FourSlashInterface {
4557
switch (keyword.name) {
4558
case "enum":
4559
case "interface":
4560
+ case "implements":
4561
case "private":
4562
case "protected":
4563
case "public":
src/services/completions.ts
@@ -1989,6 +1989,7 @@ namespace ts.Completions {
1989
case SyntaxKind.DeclareKeyword:
1990
case SyntaxKind.EnumKeyword:
1991
case SyntaxKind.GlobalKeyword:
1992
+ case SyntaxKind.ImplementsKeyword:
1993
case SyntaxKind.InferKeyword:
1994
case SyntaxKind.InterfaceKeyword:
1995
case SyntaxKind.IsKeyword:
0 commit comments