-
Eclipse Scala LSP 插件(WIP):专为金属设计的 metals-eclipse
资源介绍
金属蚀
用于金属 (WIP) 的 Eclipse Scala LSP 插件
建造
构建:
$ git clone https://github.com/scalameta/metals-eclipse.git
$ cd metals-eclipse/parent
$ mvn clean install
放行程序
执行以下步骤:
$ cd metals-eclipse/parent
$ mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=
$ git commit -a -m "Bump version to "
$ git tag -a v< version>
$ git push --tags origin master
$ m