Show HN: Sourcetrail – Get productive on unfamiliar source code
101–110 of 119 posts
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#102Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#103Got lots of compiling error when trying it on a large code base
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#104Got lots of compiling error when trying it on a large code base
Those are probably caused by an issue in your project setup, but I don't think that this is the right place to go into details. If you like to investigate, please send us an e-mail!
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#105Instead of giving money to a tool like this, you could just use ctags/etags, both of which are Free Software. It doesn't show detailed graphs like Sourcetrail does, but it allows source code traversal by function definitions, and supports a crapton of languages.
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#106That looks amazing. Does it also work with Objective-C ?
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#107Can you please share the roadmap for adding new language support?
To be honest: We have not decided what language we will pick up next. Our first priority is to improve on our Java coverage. In a few months we should be ready to choose our next language. We are thinking about either tackling Python or implement support for a more recent language like Kotlin, Swift or Go.
Note that I'm mainly interested because my current editor of choice does not have the full suite of tools I'm used to for Go. I used to use Vim, and vim-go has such an excellent suite of tools I don't think I'd buy this. However, I've since switched to Kakoune, and the tool support is quite young and I've not had time to improve it myself. So this tool (at the $100 self employment pricing) is a nice fit for a tool I'm on the fence about. At $200 I don't think I would, but at $100 I think I would.
Anyway, just providing a bit of feedback. Looks really nice!
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#108Earlier quoted context omitted.
To be honest: We have not decided what language we will pick up next. Our first priority is to improve on our Java coverage. In a few months we should be ready to choose our next language. We are thinking about either tackling Python or implement support for a more recent language like Kotlin, Swift or Go.
I might buy this for Go if it was available, this looks interesting! Note that I'm mainly interested because my current editor of choice does not have the full suite of tools I'm used to for Go. I used to use Vim, and vim-go has such an excellent suite of tools I don't think I'd buy this. However, I've since switched to Kakoune, and the tool support is quite young and I've not had time to improve it myself. So this t…
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#109Can you please share the roadmap for adding new language support?
To be honest: We have not decided what language we will pick up next. Our first priority is to improve on our Java coverage. In a few months we should be ready to choose our next language. We are thinking about either tackling Python or implement support for a more recent language like Kotlin, Swift or Go.
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#110Has anyone run a large codebase like chromium with this tool? Is the indexing looking at what's compiled like libclang or is it static like gtags?