Live data from Hacker News

The Future of SCIP

sourcegraph.com

21–27 of 27 posts

Re: The Future of SCIP

#22

I have been using https://github.com/jacktasia/dumb-jump to quickly jump to definitions. LSP is hit or miss; in some languages, it works great, while in others, the implementation is not so good. I have been thinking about a middle ground based on Tree-sitter. GitHub uses Tree-sitter to power code navigation, but unfortunately, I can't find anything good that I can use offline. Why is there no ctags equivalent powere…

[dead]

Re: The Future of SCIP

#24

I have been using https://github.com/jacktasia/dumb-jump to quickly jump to definitions. LSP is hit or miss; in some languages, it works great, while in others, the implementation is not so good. I have been thinking about a middle ground based on Tree-sitter. GitHub uses Tree-sitter to power code navigation, but unfortunately, I can't find anything good that I can use offline. Why is there no ctags equivalent powere…

It looks like GitHub's tree-sitter powered code navigation is no longer maintained: https://github.com/github/stack-graphs
Post reply on HN