Skip to content

TERITORI/gnopls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnopls, the Gno language server

Build & Test

gnopls (pronounced "Gno please") is the Gno language server. It provides IDE features to any LSP-compatible editor.

Installation

If you do want to get the latest stable version of gnopls, run the following command:

  • Using go install

    go install github.com/gnolang/gnopls@latest
  • From source code

    git clone https://github.com/gnolang/gnopls.git
    cd gnopls
    make install

If you are having issues with gnopls, please feel free to open an issue.

Additional information

Special thanks to Joseph Kato

As some part of code is copied and modified from gnols.

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.3%
  • Makefile 0.7%