ClickHouse/docs/en/development/browse_code.md

8 lines
567 B
Markdown
Raw Normal View History

2020-01-27 23:29:30 +00:00
# Browse ClickHouse Source Code
2020-01-27 23:30:43 +00:00
You can use **Woboq** online code browser available [here](https://clickhouse-test-reports.s3.yandex.net/codebrowser/html_report///ClickHouse/dbms/src/index.html). It provides code navigation and semantic highlighting, search and indexing. The code snapshot is updated daily.
2020-01-27 23:29:30 +00:00
Also you can browse sources on [GitHub](https://github.com/ClickHouse/ClickHouse) as usual.
If you're interested what IDE to use, we recommend CLion, QT Creator, VS Code and KDevelop (with caveats). You can use any favourite IDE. Vim and Emacs also count.