Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ts-refactor-tools

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-refactor-tools

Useful refactor tools for Unsplash web codebase

  • 0.2.1
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

unsplash-code-actions

Installation

We don't publish the extension onto the marketplace so you'll have to manually install the .vsix file located at the root of this project.

code --install-extension {file}.vsix

If this is an upgrade, you'll need to uninstall the previous version first

rm -rf ~/.vscode/extensions/unsplash.ts-refactor-tools-{version}

Contribute

  • Build latest extension code by doing yarn run compile
  • Run yarn link from the root project
  • Run yarn link "@unsplash/ts-refactor-tools" from the _extension folder.
  • Open a new VSCode directly from the _extension folder and press F5 which will compile the extension code as well as embedding the plugin code. Next a new VSCode will open with the extension loaded, you can then test it there.
  • From now on, the plugin needs to be re-compiled when changes are made. The extension technically watches changes automatically.
  • Don't forget to "Reload Window" in the extension host window to apply latest changes

Improvements

  • Insert suggestions in VSCode's completion https://github.com/Asana/typescript-namespace-imports-vscode-plugin/blob/05ca34e350166b0d2189f0625712cb3228e28e1d/src/extension.ts#L29-L30

FAQs

Package last updated on 18 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc