Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Scaladex searchNew to Visual Studio Code? Get it now.
Scaladex search

Scaladex search

baccata

|
1,994 installs
| (1) | Free
Looks up Scala libraries from vscode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Scaladex search

This 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):

  • SBT build definitions
  • mill build definitions
  • bleep build definitions
  • ammonite scripts
  • scala-cli scripts
  • scala files

demo

Installation

Install the extension from the Marketplace

Instructions

  1. Open the command palette
  2. Select "Scaladex search"
  3. type the name of a Scala library and press enter
  4. Select the library you're looking for
  5. Select one or more artifacts
  6. Select an artifact version
  7. CTRL-V wherever

Development

The plugin is written in Scalajs.

To run VSCode in an Extension Development Host (useful for manual testing), run sbt open.

See pme123/vscode-scalajs-hello for more developent instructions.

Refs:

  • accessible-scala
  • helloworld-minimal-sample
  • helloworld-scalajs-sample
  • Scalably Typed
  • SBT
  • ScalaJS
  • scalajs-bundler

Packaging / publishing

You need a local install of NodeJS with NPM. Install VSCode extension manager with:

npm install -g @vscode/vsce

Then use:

sbt fullOptJS
vsce package
vsce publish
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft