Replies: 5 comments 2 replies
-
Wow I didn't know |
Beta Was this translation helpful? Give feedback.
-
in the article: It seems to me -- enable / disable acts as trigger. |
Beta Was this translation helpful? Give feedback.
-
Has anyone figured out how the @see tag works? |
Beta Was this translation helpful? Give feedback.
-
---In the function description, there is an additional possibility of breaking line\
---using the backslash character at the end of the string.\
---In addition, in the lines `@param` and `@return`, you can use construction\
---"line1 \nline2 \n lineI" to break the line. Note the two spaces preceding `\n`
---@param name string "This is a very, very long string that needs to be split \n into several lines, \nsay three lines."
---@return boolean "returns `true` if OK, \nOtherwise returns `false`."
function foo(name) end |
Beta Was this translation helpful? Give feedback.
-
First of all, I would like to thank @Ketho for an excellent article.
I propose to discuss in this thread additions to the article, as well as the use of EmmyLua tags in the @sumneko extension.
Here are some my suggestion:
Section
@return
Section
@comments
Annotation comments start with @ or #
In line
---@param
symbol "@" or "#" can be omittedSection
@deprecated
Beta Was this translation helpful? Give feedback.
All reactions