Creates a new generate() type, `any`, which contextually adds an annotation by whichever matching type is first found in the tree around the cursor. So, if your cursor is in a function, it will annotate the function, if in a class or struct definition, it'll annotate that, etc. Co-authored-by: Sabu Siyad <hello@ssiyad.com> Signed-off-by: Sabu Siyad <hello@ssiyad.com>