Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.71 KB

File metadata and controls

61 lines (33 loc) · 1.71 KB

TS Quickfixes

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 variable members

Missing argument members

Missing argument members

Missing constructor argument members

Missing constructor members

Missing function/method return 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