What languages are supported? At least on mobile, there is zero mention of language support outside of testimonials and screenshots. Is it just Java and C++?
The intro video mentions Java, C, and C++.
Show HN: Sourcetrail – Get productive on unfamiliar source code
11–20 of 119 posts
Right, it's "just" Java, C and C++ for now but we are planning to extend our available languages as soon as possible!
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#12There doesn't seem to be a vscode plugin for Sourcetrail. Could be a worthwhile addition?
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#13I doubt you could ever get something like this working for Ruby, which is where it is actually badly needed.
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#14Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#15Can you please share the roadmap for adding new language support?
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#16Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#17Earlier quoted context omitted.
Sourcetrail developer here: Pretty solid. We use clang libTooling.
How's the performance on a large codebase? North of 500k lines, few thousand cpp/h files, 40+mb
We have been working on that for the past few month. Right now the performance is pretty good for C++ projects up to around 2 million lines of code. For C projects the performance is even better! If you want to test it, just download the pre-indexed clang project (900k loc) from our website (https://www.sourcetrail.com/downloads#extra). Indexing the project took 12 minutes on a 5 year old laptop.
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#18I doubt you could ever get something like this working for Ruby, which is where it is actually badly needed.
Yes, dynamically typed languages are much harder to tackle :/
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#19There doesn't seem to be a vscode plugin for Sourcetrail. Could be a worthwhile addition?
It hasn't been requested so far. Is it actively used by C/C++ or Java developers?
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#20There doesn't seem to be a vscode plugin for Sourcetrail. Could be a worthwhile addition?
It hasn't been requested so far. Is it actively used by C/C++ or Java developers?
Nevertheless I opened a feature request to track demand: https://github.com/CoatiSoftware/SourcetrailBugTracker/issue...