Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scalameta/metals-vscode
Visual Studio Code extension for Metals
https://github.com/scalameta/metals-vscode
hacktoberfest language-client lsp scala vscode vscode-extension
Last synced: 6 days ago
JSON representation
Visual Studio Code extension for Metals
- Host: GitHub
- URL: https://github.com/scalameta/metals-vscode
- Owner: scalameta
- License: apache-2.0
- Created: 2018-12-01T19:45:04.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:06:48.000Z (about 2 months ago)
- Last Synced: 2024-10-29T20:11:58.217Z (about 2 months ago)
- Topics: hacktoberfest, language-client, lsp, scala, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=scalameta.metals#overview
- Size: 14.9 MB
- Stars: 300
- Watchers: 19
- Forks: 76
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Metals VS Code extension
This is a monorepo for the VS Code extension for Metals. It contains the following projects:
- `metals-vscode`: the actual extension
- `metals-languageclient`: a generic language client library for Metals, which can be consumed by any JS-based LSP clientRefer to the single project READMEs for more information.