Skip to content

It is better to have multiline for annote the @overload #2323

Open
@jakitliang

Description

@jakitliang

How are you using the lua-language-server?

Visual Studio Code Extension (sumneko.lua)

Which OS are you using?

Windows

What is the issue affecting?

Annotations

Expected Behaviour

--- @overload fun(
--- x:number,
--- y:number,
--- width:number,
--- height:number
--- ):Object

Actual Behaviour

--- @overload fun(  x:number, y:number, width:number, height:number  ):Object

Reproduction steps

  1. Go to '...'
  2. Click '...'
  3. See error '...'

Additional Notes

Please adding this feature because some of my annotation is really really long.

Writing in one line makes unreadable and ugly.

Thanks much!

Log File

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions