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

Awesome Lists containing this project

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!

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)