diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html index 4e9864a908a..7b198894a9d 100644 --- a/pkg/analysis_server/doc/api.html +++ b/pkg/analysis_server/doc/api.html @@ -3116,6 +3116,7 @@ a:focus, a:hover { +
+ An enumeration of the character case matching modes that the user may set in the client. +
+ ++ Match the first character case only when filtering completions, the default for this + enumeration. +
++ Match all character cases when filtering completion lists. +
++ Do not match character cases when filtering completion lists. +
@@ -6116,7 +6138,7 @@ a:focus, a:hover { TODO: TBD