update readme for UFCS description

Co-authored-by: Jan Jurzitza <gh@webfreak.org>
This commit is contained in:
Vushu 2022-10-16 19:16:00 +02:00 committed by GitHub
parent 28f7d3cb2e
commit 5f8658fd10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ the issue.)
* Simple UFCS suggestions for concrete types. * Simple UFCS suggestions for concrete types.
* Not working: * Not working:
* UFCS completion for templates, literals, UFCS function arguments, and '.' chaining with other UFCS functions. * 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) * 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 * 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) * auto functions (which can then propagate the failure to auto declarations)