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: 3 months 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 (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T15:17:33.000Z (7 months ago)
- Last Synced: 2024-04-14T13:06:20.942Z (7 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.6 MB
- Stars: 293
- Watchers: 20
- Forks: 73
- Open Issues: 42
-
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.