Can you please share the roadmap for adding new language support?
C# please!
Show HN: Sourcetrail – Get productive on unfamiliar source code
91–100 of 119 posts
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#92Earlier quoted context omitted.
Sourcetrail developer here: Pretty solid. We use clang libTooling.
C# support would be cool too!
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#93This looks like an exceptionally useful tool! Thanks for making and sharing it. The video is excellent. It reminds me of a feature I've always wanted, which would be a code unravel-er. Basically I'd like to be able to select a line anywhere in a codebase, and have said codebase expand to show me the entire execution path as if it were in one single scope, with the ability to re-collapse sections back into loops and f…
If you're looking for a similar tool which does have a code unravel-er look at SciTools Understand[1] for C/C++/Java My previous company used Understand on a large unfamiliar codebase, it helped greatly, but was pricey. [1] https://scitools.com/
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#94Slightly tangential.. a code editor was showcased on HN few years back, with context sensitive "panes".. for example currently selected function/variable declarations in another pane. Very impressive stuff, but can't seem to find it anywhere now.
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#95This looks like an exceptionally useful tool! Thanks for making and sharing it. The video is excellent. It reminds me of a feature I've always wanted, which would be a code unravel-er. Basically I'd like to be able to select a line anywhere in a codebase, and have said codebase expand to show me the entire execution path as if it were in one single scope, with the ability to re-collapse sections back into loops and f…
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#96Earlier quoted context omitted.
If you're looking for a similar tool which does have a code unravel-er look at SciTools Understand[1] for C/C++/Java My previous company used Understand on a large unfamiliar codebase, it helped greatly, but was pricey. [1] https://scitools.com/
There's also Source Insight [1] which supports C/C++/Java/Obj-C - quite a fantastic tool, but unfortunately it's Windows only (Wine works with a few hiccups) [1] https://www.sourceinsight.com/
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#97Slightly tangential.. a code editor was showcased on HN few years back, with context sensitive "panes".. for example currently selected function/variable declarations in another pane. Very impressive stuff, but can't seem to find it anywhere now.
Visual Studio 2013 and lower had the Code Definition window, which sounds very similar to what you are describing. It was replaced by the (possibly inferior) inline Code Peek feature in VS15.
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#98Earlier quoted context omitted.
Compile commands ? Please Yes?
What are compile commands?
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#99Earlier quoted context omitted.
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"
Haha there it is. Who said whining on HN doesn't change the world.
Re: Show HN: Sourcetrail – Get productive on unfamiliar source code
#100Earlier quoted context omitted.
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"
Although physically front and center, the fact that that line is nearly the smallest thing on the page caused me to gloss over it entirely my first time through.