Show HN: Sourcetrail – Get productive on unfamiliar source code
71–80 of 119 posts
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#72Can 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
#73Can you please share the roadmap for adding new language support?
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#74I could use something like this for PHP spaghetti code.
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#75Earlier quoted context omitted.
Compile commands ? Please Yes?
There is also a tool called Bear which will generate compile commands from Make-based builds, in case you were wondering. I've used it with some success. https://github.com/rizsotto/Bear
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#76Has 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?
I'd imagine it's going to violently shit itself. Chromium has pretty good online code search btw.
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#77This would be particularly useful in open source.
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#78Just a feature request if it isn't already in the works: Runtime analysis of code that actually matters ie live code . Often its hard to figure out what in the code base actually matters. Debugging is still sort of difficult and dead code is really hard to find and get rid of. Particularly if reflection is used heavily which it almost always is these days. Otherwise (IMO) as a Java developer IntelliJ and Eclipse are…
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#79Website feedback: Supported languages is the #1 most important piece of info about this software. It should be front and center and probably repeated a few times already on the landing page.
This may be a result of your feedback, but for me looking just now it it front and center: "Sourcetrail - A cross platform source explorer for C/C++ and Java"
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#80Can 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.