Skip to content

Commit e44eecf

Browse files
docs: Add Chromium example in README (#308)
1 parent 737c604 commit e44eecf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ Here are some code navigation examples in [llvm/llvm-project](https://sourcegrap
88
- [Find references for macros](https://sourcegraph.com/github.com/llvm/llvm-project@daad48d6b236d74c6b29daebba46289b98104241/-/blob/llvm/include/llvm/Support/Debug.h?L101:9-101:19#tab=references)
99
- [Find references for types](https://sourcegraph.com/github.com/llvm/llvm-project@daad48d6b236d74c6b29daebba46289b98104241/-/blob/clang/include/clang/AST/ASTContext.h?L1472:34-1472:45#tab=references)
1010

11-
<!-- Add Chromium index reference -->
12-
<!-- Add Pytorch index -->
13-
<!-- Add GIF of file navigation? -->
11+
You can also test out [code navigation in Chromium](https://sourcegraph.com/github.com/chromium/chromium@b21c706/-/blob/base/atomic_ref_count.h?L19:7-19:21#tab=references).
12+
13+
<picture>
14+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/sourcegraph/scip-clang/assets/93103176/54cc557e-16c8-4890-b9d1-b40d6e215084">
15+
<img alt="Chromium code navigation screenshot" src="https://github.com/sourcegraph/scip-clang/assets/93103176/55ec1429-eef0-4b7d-a99a-0c3c6af23e92">
16+
</picture>
1417

1518
## Table of Contents
1619

0 commit comments

Comments
 (0)