Skip to content

description tag should be added in auto-completion #222

Description

@FaizanFrolic

It will be good if we add a "description" tag as well in auto-completion option

i.e. for example in case of leaf

leaf leaf-name {
            type type-name {
                
            }
}

to

leaf leaf-name {
            description "TODO: add description";
            type type-name {
                
            }
        }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions