4204e35563
11879: Suggest infered type in auto complete r=HKalbasi a=HKalbasi fix #11855 It doesn't work for return types and consts (so their tests are failing) because I can't find their body node in the original file. (Are these original and fake file documented somewhere?) Also it currently needs to type first character of the type (or manual ctrl+space) to open the auto complete panel, is it possible to open it automatically on typing `:` and `->`? Co-authored-by: hkalbasi <hamidrezakalbasi@protonmail.com>