An open API service indexing awesome lists of open source software.

https://github.com/goplus/goxls

The Go/Go+ Language Server
https://github.com/goplus/goxls

debugger go golang gop goplus language-server lsp

Last synced: 5 months ago
JSON representation

The Go/Go+ Language Server

Awesome Lists containing this project

README

          

goxls - the Go/Go+ Language Server
====
[![Build Status](https://github.com/goplus/goxls/actions/workflows/go.yml/badge.svg)](https://github.com/goplus/goxls/actions/workflows/go.yml)
[![GitHub release](https://img.shields.io/github/v/tag/goplus/goxls.svg?label=release)](https://github.com/goplus/goxls/releases)
[![Language](https://img.shields.io/badge/language-Go+-blue.svg)](https://github.com/goplus/gop)

`goxls` is a language-server protocol (LSP) server for Go/Go+. An LSP server analyses the source code of a project and responds to requests from a wide range of editors such as VSCode and Vim, allowing them to support IDE-like functionality.

## How to install

`gop install github.com/goplus/goxls@latest`