You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases when I had a function defined and on the preceding line I did --- it would auto suggest the params and returns and I could have it add the whole block including an empty comment.
In other cases it only auto suggests when I do the more complete text of "---@" and I only get the choice to select one tag type (params or return as relevant in this case).
It only appears the full function default type definition auto complete happens when the function declaration starts as [local] function, so the below does offer auto populate on "---" being added on the preceding line.
Discussed in #1400
In some cases when I had a function defined and on the preceding line I did
---
it would auto suggest the params and returns and I could have it add the whole block including an empty comment.In other cases it only auto suggests when I do the more complete text of "---@" and I only get the choice to select one tag type (params or return as relevant in this case).
It only appears the full function default type definition auto complete happens when the function declaration starts as [local] function, so the below does offer auto populate on "---" being added on the preceding line.
The examples it doesn't work on that I have found are:
and
The text was updated successfully, but these errors were encountered: