Skip to content

wagenet/solargraph-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solargraph-utils

A Node package for interacting with the Solargraph rubygem.

Example

import * as solargraph from 'solargraph-utils';
let config = new Solargraph.Configuration();
let server = new solargraph.Server(config);
server.start().then(() => {
    server.suggest('Str', 0, 3).then((response) => {
        console.log("The server's response: " + JSON.stringify(response));
        server.stop();
    });
});

About

A Node module for interacting with the Solargraph rubygem.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%