Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scalameta/metals
Scala language server with rich IDE features 🚀
https://github.com/scalameta/metals
hacktoberfest ide language-server lsp scala scalameta
Last synced: about 7 hours ago
JSON representation
Scala language server with rich IDE features 🚀
- Host: GitHub
- URL: https://github.com/scalameta/metals
- Owner: scalameta
- License: apache-2.0
- Created: 2017-11-03T14:18:53.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T15:34:44.000Z (4 days ago)
- Last Synced: 2024-12-20T15:45:53.291Z (4 days ago)
- Topics: hacktoberfest, ide, language-server, lsp, scala, scalameta
- Language: Scala
- Homepage: https://scalameta.org/metals/
- Size: 1.68 GB
- Stars: 2,110
- Watchers: 48
- Forks: 337
- Open Issues: 281
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Metals
## Documentation
See the website: https://scalameta.org/metals/
## Contributing
See the contributing guide:
https://scalameta.org/metals/docs/contributors/getting-started.htmlTo learn more about how Metals works, see [./architecture.md](./architecture.md). It explains the high-level layout of the source code. Do skim through that document.
### Acknowledgements and Development
For more information on the current maintainers, companies that have/are
sponsoring the development of Metals, and acknowledgements of previous work,
please see
[https://scalameta.org/metals/docs/acknowledgements/development.html](https://scalameta.org/metals/docs/acknowledgements/development.html).## Alternatives
- [IntelliJ IDEA](https://www.jetbrains.com/help/idea/discover-intellij-idea-for-scala.html):
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)