From 78740cc1b1c5014b4c5da2a76b4172c6e9f09f2f Mon Sep 17 00:00:00 2001 From: Vushu Date: Sun, 16 Oct 2022 19:16:00 +0200 Subject: [PATCH] update readme for UFCS description Co-authored-by: Jan Jurzitza --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6a7cd1..612741b 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ the issue.) * Simple UFCS suggestions for concrete types. * Not working: * UFCS completion for templates, literals, UFCS function arguments, and '.' chaining with other UFCS functions. + * UFCS calltips * Autocompletion of declarations with template arguments (This will work to some extent, but it won't do things like replace T with int) * Determining the type of an enum member when no base type is specified, but the first member has an initializer * auto functions (which can then propagate the failure to auto declarations)