IntelliJ-EmmyLua
IntelliJ-EmmyLua copied to clipboard
Support multiline text in annotations
Feature request: allow to use long descriptions for annotations, eg.
--- @param myparam string A very long description
--- that requires multiple lines
For param types too, I think this features would be nice. For instance for fun(param: type desc, …)