
GitHub - portante/cscope: A fork of cscope from sourceforge with ...
A fork of cscope from sourceforge with assignment searches added, with enhancements to support pycscope - portante/cscope
GitHub - Smattr/clink: a modern re-implementation of Cscope
a modern re-implementation of Cscope. Contribute to Smattr/clink development by creating an account on GitHub.
GitHub - srtlg/cscope-win32: Automatically exported from …
Cscope is a text screen based source browsing tool. Although it is primarily designed to search C code (including lex and yacc files), it can also be used for C++ code. Using cscope, you can easily search for where symbols are used and defined. Cscope is designed to answer questions like: Where is this variable used? What is the value of this preprocessor symbol? Where is this …
GitHub - dhananjaylatkar/cscope_maps.nvim: For old school code ...
Tries to mimic vim's builtin cscope functionality. Provides user command, :Cscope which acts same as good old :cscope. Short commands are supported. e.g. :Cs f g <sym> :Cstag <sym> does tags search if no results are found in cscope. Empty <sym> can be used in :Cs and :Cstag to pick <cword> as sym. Supports cscope and gtags-cscope. Use cscope.exec option to …
Cscope is a developer'.s tool for browsing C programming code.
Cscope is a developer'.s tool for browsing C programming code. - dangzhiqiang/cscope
cscope · GitHub Topics · GitHub
2025年1月19日 · A code-understanding, code-browsing or code-search tool. This is a tool to index, then query or search C, C++, Java, Python, Ruby, Go and Javascript source code. It builds upon the databases of cscope and ctags, and provides a nice GUI tool.
GitHub - dkogan/xcscope.el: cscope interface for (X)Emacs
cscope interface for (X)Emacs. Contribute to dkogan/xcscope.el development by creating an account on GitHub.
Work with cscope, ctags and vim · GitHub
2024年10月30日 · Cscope is a deveoper's tool for browsing source code. In April 2000, the code for cscope was open sourced under the BSD license. Features llows searching code for: all references to a symbol global definitions functions called by a function functions calling a function text string regular expression pattern a file files including a file Curses based (text screen) An …
C source code browser. Fork of Cscope version 15.9, with ... - GitHub
C source code browser. Fork of Cscope version 15.9, with various improvements. Because CScope is good and shall not be forgotten. While the original's maintenance seems abandoned and as far as I can tell you need a PhD in autoconf to …
cheat_sheets/cscope_cheat_sheets.md at master - GitHub
This is my personal cheat sheet. Contribute to rnaveentec/cheat_sheets development by creating an account on GitHub.