Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SymbolServer

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Build Status Build status codecov.io

SymbolServer is a helper package for LanguageServer.jl.

Overview

You can start a new symbol server for a given julia environment like this:

using SymbolServer

path_to_julia_env = "/foo/bar"

s = SymbolServerProcess(path_to_julia_env)

You can also start a symbol server for the default julia environment if you don't pass any path:

using SymbolServer

s = SymbolServerProcess()

You can then call the getstore function.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages