Cscope: A developer's tool for browsing source code
cscope.sourceforge.net
Cscope: A developer's tool for browsing source code
1–10 of 37 posts
Re: Cscope: A developer's tool for browsing source code
#2Re: Cscope: A developer's tool for browsing source code
#3https://sourceforge.net/projects/cscope/files/
I set the forward proxy automatically rewrite http://subdomain.sourceforge.net links into the above https:// format.
Re: Cscope: A developer's tool for browsing source code
#4Re: Cscope: A developer's tool for browsing source code
#5A great tool for understanding source code is Source Trail. Supports parsing of C/C++, Python and Java currently. I love tools that help understand a large code base.
I built https://twitter.com/PredragGruevski/status/13447256045208780... just for fun as an exploration of this space, and I'm wondering where the limits are :)
Re: Cscope: A developer's tool for browsing source code
#6Nowadays I'm using the global search feature of vscode for code exploration. Combined with the available language server for each language, it seems to work well enough for me currently.
Re: Cscope: A developer's tool for browsing source code
#7Obsolete.
Re: Cscope: A developer's tool for browsing source code
#8What would be the workflow when using such tools like this or Source Trail? I've used cscope once while I'm testing out vim as my main text editor a bit. Nowadays I'm using the global search feature of vscode for code exploration. Combined with the available language server for each language, it seems to work well enough for me currently.
Re: Cscope: A developer's tool for browsing source code
#9Re: Cscope: A developer's tool for browsing source code
#10What’s the diff of features compared to VSCode’s language server interface?