Skip to content

Latest commit

 

History

History
79 lines (71 loc) · 2.63 KB

README.md

File metadata and controls

79 lines (71 loc) · 2.63 KB

gnols

The Gno Language Server (gnols) is an implementation of the Language Server Protocol (LSP) for the Gno programming language.

It provides an interface to locally-installed Gno tools (gno, gnokey, ...) with the goal of making it easy to add IDE-like features to any application that supports the Language Server Protocol.

Note

This project is community-maintained (not official) and in early development.

Installation

Features

Hover Tooltips Autocomplete
In-editor documentation for all exported symbols in the Gno standard library. Autocomplete for all exported symbols in the Gno standard library.
Diagnostics Formatting
Real-time transpile & build errors in your Gno files. Format Gno files with the tool of your choice.