EmmyLua / IntelliJ-EmmyLua

Lua IDE/Debugger Plugin for IntelliJ IDEA
https://emmylua.github.io
Apache License 2.0
1.74k stars 293 forks source link

Support multiline text in annotations #363

Open piotrp opened 4 years ago

piotrp commented 4 years ago

Feature request: allow to use long descriptions for annotations, eg.

--- @param myparam string A very long description
---                       that requires multiple lines
nikonakoneko commented 2 years ago

For param types too, I think this features would be nice. For instance for fun(param: type desc, …)