Skip to content

Make syntax of @see compatible with LuaLs #671

@taminomara

Description

@taminomara

LuaLs uses # to split reference and description:

--- @see Foo.bar # description of `see` content.

while EmmyLua uses it to split type and member:

--- @see Foo#bar

Considerations

In order not to break existing code, we can check whether there are spaces around #. Alternatively, we can drop current behavior and only use LuaLs syntax.

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