@chemzqm/solargraph-utils
TypeScript icon, indicating that this package has built-in type declarations

0.7.5 • Public • Published

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();
    });
});

Readme

Keywords

none

Package Sidebar

Install

npm i @chemzqm/solargraph-utils

Weekly Downloads

0

Version

0.7.5

License

MIT

Unpacked Size

45.8 kB

Total Files

25

Last publish

Collaborators

  • chemzqm