If you type **func** after the keyword **defer** it will autocomplete like this: ``` go defer func() {} ``` It would be nice if it could autocomplete as a function call like this: ``` go defer func() {}() ```