Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

mozilla/dxr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ef09324 · Nov 4, 2020
Oct 14, 2019
Nov 4, 2020
Apr 17, 2018
Aug 17, 2019
Apr 26, 2018
Sep 26, 2014
Jul 21, 2010
Nov 22, 2016
Apr 19, 2019
Jun 5, 2015
May 25, 2016
Aug 3, 2015
Nov 24, 2015
Apr 26, 2018
Apr 26, 2018
Jun 22, 2017

Repository files navigation

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, elasticsearch, and static analysis data collected by instrumented compilers to make searches faster and more accurate than is possible with simple tools like grep. DXR also exposes a plugin API through which understanding of more languages can be added.

docs/source/screenshot.png