We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 {} }
The text was updated successfully, but these errors were encountered:
0250906
chore(release): 1.11.0 [skip ci]
3168b6e
# [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)
🎉 This issue has been resolved in version ts-quickfixes-plugin-v1.11.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
chore(release): 1.13.0 [skip ci]
378a54e
# [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)
🎉 This issue has been resolved in version ts-quickfixes-extension-v1.13.0 🎉
The release is available on GitHub release
No branches or pull requests
The text was updated successfully, but these errors were encountered: