Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T15:07:46.000Z (4 months ago)
- Last Synced: 2024-07-18T19:10:35.860Z (4 months ago)
- Topics: editor-plugin, gleam, snippets, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 501 KB
- Stars: 142
- Watchers: 6
- Forks: 29
- Open Issues: 4
-
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 / Web applications)
README
# ✨ VS Code Gleam ✨
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/Gleam.gleam?label=Visual%20Studio%20Marketplace&logo=visual-studio-code)](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!## 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)