We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Example code
/** * */ export class Class { test = 1; foo() { this.test = 2; } }
fix result:
/** * */ export class Class { test = 1; foo/** * */ () { this.test = 2; } }
Very similar to #403 but for Method Definitions