Skip to content

uplus/solargraph-utils.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solargraph-utils.py

A utilities of solargraph for python inspired by solargraph-utils.

Current supported APIs

  • /prepare
  • /update
  • /suggest
  • /define
  • /resolve
  • /signify

solargraph API docs.

Example

import solargraph_utils

text = "String."
line = 0
column = 7

server = solargraph_utils.Server(command='solargraph')
client = solargraph_utils.Client(server.url)

result = client.suggest(text=text, line=line, column=column)
print(result)

server.stop()

About

A utilities of solargraph for python inspired by solargraph-utils.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages