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 Jan Jurzitza
parent 52c0298c3a
commit 78740cc1b1
1 changed files with 1 additions and 0 deletions

View File

@ -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)