cwgreene / dxr

An intelligent source code browser

Home Page:https://dxr.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DXR

DXR is a code search and navigation tool aimed at making sense of large projects like Firefox. It supports full-text and regex searches as well as structural queries like "Find all the callers of this function." Behind the scenes, it uses trigram indices, the re2 library, and static analysis data collected by instrumented compilers to make searches faster and more accurate than is possible with simple tools like grep.

docs/source/screenshot.png

About

An intelligent source code browser

https://dxr.readthedocs.org/

License:MIT License


Languages

Language:Python 70.3%Language:C++ 10.0%Language:JavaScript 9.7%Language:CSS 4.5%Language:Makefile 2.8%Language:Shell 2.0%Language:C 0.6%