scalameta / metals-zed

Zed plugin for Metals
Apache License 2.0
45 stars 10 forks source link

How to Import Build? #16

Open spaceunifyfifty opened 1 month ago

spaceunifyfifty commented 1 month ago

In VSCode I can do do cmd+shift+p and search for "metals: import build". How can I trigger this in Zed?

v1mkss commented 4 weeks ago

You need to install the LSP as described on the zed website

Next, you need to open the project and the scala file and you will start setting up the project

spaceunifyfifty commented 4 weeks ago

You need to install the LSP as described on the zed website

Next, you need to open the project and the scala file and you will start setting up the project

I know that opening new projects will result in a prompt popup to import the build. I'm asking how I can manually trigger this on pre-existing projects. In VSCode I can enter the command >import build via cmd+shift+p.