update readme for UFCS description
Co-authored-by: Jan Jurzitza <gh@webfreak.org>
This commit is contained in:
parent
52c0298c3a
commit
78740cc1b1
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue