Skip to content

[Feature Request] Inline comments #15

@lonix1

Description

@lonix1

This extension already supports comments like this

const foo = {
  // some comment
  b : 2,
  // another comment
  a : 1,
}

But it doesn't support inline comments like this

const foo = {
  b : 2,                                 // some comment
  a : 1,                                 // another comment
}

The second form is just as common as the first one. It would be nice if both were supported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions