Scaladex searchThis humble vscode plugin adds a "Scaladex search" action that lets you search for Scala libraries and store them in your clipboard, ready to paste in (depending on which file is open):
InstallationInstall the extension from the Marketplace Instructions
DevelopmentThe plugin is written in Scalajs. To run VSCode in an Extension Development Host (useful for manual testing), run See pme123/vscode-scalajs-hello for more developent instructions. Refs:
Packaging / publishingYou need a local install of NodeJS with NPM. Install VSCode extension manager with:
Then use:
|