Benjamin-Dobell / IntelliJ-Luanalysis

Type-safe Lua IDE — IntelliJ IDEA plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support multi-line text in @field and @param comments

nlebedenco opened this issue · comments

This is a feature request to support multi-line text in @field and @param comments.
For example:

--- @param myparam string A very long description
---                       that requires multiple lines

This is in line with a similar feature request in EmmyLua (EmmyLua/IntelliJ-EmmyLua#363)