Woboq Code Browser icon
Woboq Code Browser icon

Woboq Code Browser

Woboq Code Browser is a web-based C and C++ code browser that uses a desktop component to generate static HTML pages for code analysis. It focuses on improving the code navigation with proper semantic highlighting and tooltips.

Hover on symbols to get details

Cost / License

  • Freemium (Pay once)
  • Proprietary

Platforms

  • Mac
  • Linux
  • Online
  • Self-Hosted
-
No reviews
2likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • development
  • inheritance-diagrams
  • source-code-analysis

Woboq Code Browser News & Activities

Highlights All activities

Recent activities

Show all activities

Woboq Code Browser information

  • Developed by

    DE flagWoboq
  • Licensing

    Proprietary and Freemium product.
  • Pricing

    One time purchase (perpetual license) ranging between $280 and $1346 + free version with limited functionality.
  • Written in

  • Alternatives

    8 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  1,164 Stars
  •  168 Forks
  •  28 Open Issues
  •   Updated  
View on GitHub
Woboq Code Browser was added to AlternativeTo by David on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is Woboq Code Browser?

Woboq Code Browser is a web-based C and C++ code browser that uses a desktop component to generate static HTML pages for code analysis. It focuses on improving the code navigation with proper semantic highlighting and tooltips.

It works by way of a generator that generates static HTML pages that can be served by any web server. It indexes and semantically analyzes the source code in the generation step, using the clang libraries to parse the code. It does not need a server-side database or CGI scripts, so it is easier to host. It can be run automatically periodically or with a hook on a version control or CI system.

The generator runs on Linux or Mac and can be integrated with the build systems (CMake, QMake, others).

Official Links