tamj0rd2 / ts-quickfixes

Typescript language server plugin and vscode extension that offers some typescript code fixes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Typescript language server plugin and vscode extension that offers some typescript code fixes


Languages

Language:TypeScript 93.9%Language:JavaScript 4.1%Language:Shell 1.9%