mtags


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalameta
ArtifactId

ArtifactId

mtags_2.12
Last Version

Last Version

0.4.4
Release Date

Release Date

Type

Type

jar
Description

Description

mtags
mtags
Project URL

Project URL

https://github.com/scalameta/metals
Project Organization

Project Organization

org.scalameta
Source Code Management

Source Code Management

https://github.com/scalameta/metals

Download mtags_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/org.scalameta/mtags_2.12/ -->
<dependency>
    <groupId>org.scalameta</groupId>
    <artifactId>mtags_2.12</artifactId>
    <version>0.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalameta/mtags_2.12/
implementation 'org.scalameta:mtags_2.12:0.4.4'
// https://jarcasting.com/artifacts/org.scalameta/mtags_2.12/
implementation ("org.scalameta:mtags_2.12:0.4.4")
'org.scalameta:mtags_2.12:jar:0.4.4'
<dependency org="org.scalameta" name="mtags_2.12" rev="0.4.4">
  <artifact name="mtags_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalameta', module='mtags_2.12', version='0.4.4')
)
libraryDependencies += "org.scalameta" % "mtags_2.12" % "0.4.4"
[org.scalameta/mtags_2.12 "0.4.4"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.8
com.thoughtworks.qdox : qdox jar 2.0-M9
org.scalameta : scalameta_2.12 jar 4.1.4

Project Modules

There are no modules declared in this project.

Metals

Join the chat on Gitter Follow scalameta on Twitter Find us on scaladex

Documentation

See the website: https://scalameta.org/metals/

Contributing

See the contributing guide: https://scalameta.org/metals/docs/contributors/getting-started.html

Team

The current maintainers (people who can merge pull requests) are:

Acknowledgement

Huge thanks to @dragos for his work on a Scala implementation of the LSP (see: https://github.com/dragos/dragos-vscode-scala). This project helped us get quickly started with LSP. Since then, we have refactored the project's original sources to the point where only a few simple case classes remain.

Alternatives

  • IntelliJ IDEA: the most widely used IDE for Scala using a re-implementation of the Scala typechecker.

Why Metals?

Metals = Meta (from Scalameta) + LS (from Language Server)

org.scalameta
Developer tooling for Scala

Versions

Version
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.11
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.2.0-M1