Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ Read our article on Medium to learn more about the motivation behind this projec

[➡️ How we built a tool to turn any codebase into a graph of its relationships](https://medium.com/@v4rgas/how-we-built-a-tool-to-turn-any-code-base-into-a-graph-of-its-relationships-23c7bd130f13)

# Notes

After some experimentation I have found that Language Servers can be quite slow. For example in solargraph, if the function has many references it can take a long time to return results.


# Future Work
- [x] Gracefully update the graph when new files are added, deleted, or modified
- [ ] Add more language servers
- [x] Add more language servers
- [ ] Experiment with parallelizing the language server requests

# Need help?
If you need help, want to report a bug, or have a feature request, please open an issue on this repository.

You can also reach out to us at [Discord](https://discord.gg/s8pqnPt5AP)