How to put things togather? #456
Unanswered
aamiralidev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I came across this project while working on LSPs for name resolution. At first, I would like to appreciate the effort as this is an amazing project. To get started, I created a basic rust project, created an element of type StackGraph but couldn't figure out what to do next?
DISCLAIMER: in the stackgraph API, there are functions like add_file, add_symbol, and others which states the obvious like this adds a file node to the stackgraph but I couldn't see if it also parses that file and add subnodes or not. if not, how am I supposed to add those nodes.
Beta Was this translation helpful? Give feedback.
All reactions