Skip to content

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

Notifications You must be signed in to change notification settings

GV94/ts-quickfixes

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 94.0%
  • JavaScript 4.1%
  • Shell 1.9%