Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autofill objects that are being returned by functions or methods #187

Closed
tamj0rd2 opened this issue May 10, 2021 · 2 comments
Closed

Autofill objects that are being returned by functions or methods #187

tamj0rd2 opened this issue May 10, 2021 · 2 comments
Labels

Comments

@tamj0rd2
Copy link
Owner

interface Thingy {
  hello: string
  bye: string
}

export class ThingyBuilder {
  public static random(): Thingy {
    // fix not available
    return {}
  }
}

export const createThingy = (): Thingy => {
  // fix not available
  return {}
}
@tamj0rd2 tamj0rd2 added enhancement New feature or request in progress labels May 10, 2021
github-actions bot pushed a commit that referenced this issue May 11, 2021
# [ts-quickfixes-plugin-v1.11.0](ts-quickfixes-plugin-v1.10.0...ts-quickfixes-plugin-v1.11.0) (2021-05-11)

### Features

* autofill objects returned by functions/methods ([0250906](0250906)), closes [#187](#187)
@tamj0rd2
Copy link
Owner Author

🎉 This issue has been resolved in version ts-quickfixes-plugin-v1.11.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this issue May 11, 2021
# [ts-quickfixes-extension-v1.13.0](ts-quickfixes-extension-v1.12.0...ts-quickfixes-extension-v1.13.0) (2021-05-11)

### Features

* autofill objects returned by functions/methods ([0250906](0250906)), closes [#187](#187)
@tamj0rd2
Copy link
Owner Author

🎉 This issue has been resolved in version ts-quickfixes-extension-v1.13.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant