Skip to content

An implementation of the Microsoft Language Server Protocol for the julia language.

License

Notifications You must be signed in to change notification settings

bcgv/LanguageServer.jl

 
 

Repository files navigation

LanguageServer

Project Status: Active - The project has reached a stable, usable state and is being actively developed. codecov

Overview

This package implements the Microsoft Language Server Protocol for the Julia programming language.

Text editors with a client for the Language Server Protocol are able to make use of the Julia Language Server for various code editing features:

Installation and Usage

Documentation: Dev

using Pkg
Pkg.add("LanguageServer")

Instantiate an instance of the language server with LanguageServerInstance and run it:

using LanguageServer

server = LanguageServerInstance(stdin, stdout, false, "/path/to/environment")
run(server)

About

An implementation of the Microsoft Language Server Protocol for the julia language.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 99.5%
  • Shell 0.5%