Skip to content

Support adding to the same line #4

@agarrharr

Description

@agarrharr

If you have this code:

const sum = (a, b) => a + b;

You should be able to add a console.log before or after your cursor:

const sum = (a, b) => console.log(a) || a + b;

This is related to #3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions