DXR icon
DXR icon

DXR

 1 like

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.

DXR screenshot 1

License model

  • FreeOpen Source

Platforms

  • Linux
  • Online
  • Self-Hosted
  • Docker  Docker container is provided as the preferred way to run the application.
  No rating
1 like
0comments
0 news articles

Features

Suggest and vote on features

DXR News & Activities

Highlights All activities

Recent activities

No activities found.
Show all activities

DXR information

  • Developed by

    Mozilla
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Online Services

GitHub repository

  •  813 Stars
  •  203 Forks
  •  0 Open Issues
  •   Updated Oct 13, 2021 (Archived)
View on GitHub

Our users have written 0 comments and reviews about DXR, and it has gotten 1 likes

DXR was added to AlternativeTo by Starbeamrainbowlabs on Apr 17, 2018 and this page was last updated Apr 18, 2018.
No comments or reviews, maybe you want to be first?
Post comment/review

What is 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.

Official Links