Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>vscode-tradeshipNew to Visual Studio Code? Get it now.
vscode-tradeship

vscode-tradeship

taichi

|
382 installs
| (0) | Free
Integrates Tradeship into VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code tradeship extension

Integrates tradeship into VS Code. If you are new to tradeship check the documentation.

The extension uses the tradeship library installed in the opened workspace folder. If the folder doesn't provide one the extension looks for a global install version. If you haven't installed tradeship either locally or globally do so by running npm install tradeship in the workspace folder for a local install or npm install -g tradeship for a global install.

Settings Options

  • tradeship.autoFixOnSave
    • by default is false. if you set true, Automatically organize imports on save.
  • tradeship.nodePath
    • use this setting if an installed tradeship package can't be detected, for example /myGlobalNodePackages/node_modules.
  • tradeship.trace
    • Traces the communication between VSCode and the tradeship organize imports service.

Commands

This extension contributes the following commands to the Command palette.

  • Organize imports
    • statically analyzes your JavaScript code for identifiers that aren't defined and finds the appropriate dependencies to import.

Release Notes

0.1.0

  • Initial Release
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft