https://github.com/gleam-lang/vscode-gleam
📟 Gleam support for VS Code
https://github.com/gleam-lang/vscode-gleam
editor-plugin gleam snippets vscode vscode-extension
Last synced: 3 months ago
JSON representation
📟 Gleam support for VS Code
- Host: GitHub
- URL: https://github.com/gleam-lang/vscode-gleam
- Owner: gleam-lang
- License: apache-2.0
- Created: 2019-04-16T21:02:09.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-06-24T17:22:47.000Z (11 months ago)
- Last Synced: 2025-09-18T13:24:27.980Z (9 months ago)
- Topics: editor-plugin, gleam, snippets, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 538 KB
- Stars: 207
- Watchers: 6
- Forks: 36
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-gleam - gleam-lang/vscode-gleam - Gleam support for VS Code. (Editor support / Network applications)
- awesome-engineering - Gleam
README
# ✨ VS Code Gleam ✨
[](https://marketplace.visualstudio.com/items?itemName=Gleam.gleam)
Provides syntax highlighting and use of the Gleam Language Server, which itself
provides formatting, goto-definition, autocompletion, and more!
This extension requires the Gleam compiler to be installed. If you don't already
have the Gleam compiler on your system, please follow the instructions at
before installing this
extension.
## Hacking on the extension
Run `npm run compile-watch` in a terminal and hit F5 in vscode.
Contribute to the extension on [GitHub](https://github.com/gleam-lang/vscode-gleam)