ts-quickfixes
ts-quickfixes copied to clipboard
Typescript language server plugin and vscode extension that offers some typescript code fixes
TS Quickfixes
I'm not maintaining this anymore. I believe most of these features are available in Typescript now anyway.
Features
Declare missing members
This fix declares members that are missing from a certain object. It works in the following scenarios including in situations where a nested object has missing members:
Missing variable members

Missing argument members

Missing constructor argument members

Missing function/method return members

Requirements
N/A
Extension Settings
N/A
Known Issues
If you expect a fix to be available but it isn't, please open a github issue with a small example explaining the issue
Formatting
This extension/plugin won't do any formatting of generated code. You should
enable an editor option like formatOnSave or run a linter to fix the formatting
for you.
Release Notes
See CHANGELOG.md
Contributing
See CONTRIBUTING.md