Benjamin-Dobell / IntelliJ-Luanalysis

Type-safe Lua IDE — IntelliJ IDEA plugin
Apache License 2.0
155 stars 22 forks source link

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

Open nlebedenco opened 1 year ago

nlebedenco commented 1 year ago

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 (https://github.com/EmmyLua/IntelliJ-EmmyLua/issues/363)