@@ -54,19 +54,22 @@ The easiest way to configure precise code navigation is with [auto-indexing](/co
54
54
55
55
## Precise navigation examples
56
56
57
+ { /* <!-- The list of projects with SCIP indexes is maintained by the GitHub Action at:
58
+ https://github.com/sourcegraph/scip/blob/main/.github/workflows/scip-examples.yaml --> */ }
59
+
57
60
The following repositories have precise code navigation enabled:
58
61
59
- | ** Programming Language** | ** Repos ** |
60
- | ------------------------ | -- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
61
- | Go | - [ ` kubernetes/kubernetes ` ] ( https://sourcegraph.com/github.com/kubernetes/kubernetes@master /-/blob/cmd/cloud-controller-manager/main.go?L45:2&popover=pinned ) < br /> - [ ` gohugoio/hugo ` ] ( https://sourcegraph.com/github.com/gohugoio/hugo@master/-/blob/common/hugo/hugo.go?L63:15&popover=pinned ) < br /> - [ ` gin-gonic/gin ` ] ( https://sourcegraph.com/github.com/gin-gonic/gin@master/-/blob/routergroup.go?L33:6&popover=pinned ) |
62
- | Java | - [ ` sourcegraph/jetbrains ` ] ( https://sourcegraph.com/github.com/sourcegraph/jetbrains /-/blob/src/main/java/ com/sourcegraph/cody/CodyActionGroup .java?L13 ) |
63
- | Scala | - [ ` neandertech/langoustine ` ] ( https://sourcegraph.com/github.com/neandertech/langoustine /-/blob/modules/lsp/ src/main/scala/Communicate .scala?L28 ) |
64
- | Kotlin | - [ ` sourcegraph/jetbrains ` ] ( https://sourcegraph.com/github.com/sourcegraph/jetbrains /-/blob/src/main/kotlin/com/sourcegraph/cody/agent/CodyAgent.kt?L42 ) |
65
- | Python | - [ ` pipecat-ai/pipecat-flows ` ] ( https://sourcegraph.com/github.com/pipecat-ai/pipecat-flows /-/blob/src/pipecat_flows/actions.py?L38 ) |
66
- | TypeScript | - [ ` vuejs/vue ` ] ( https://sourcegraph.com/github.com/vuejs/vue@main /-/blob/src/core/observer/index.ts?L68:3&popover=pinned ) |
67
- | Ruby | - [ ` Homebrew/brew ` ] ( https://sourcegraph.com/github.com/Homebrew/brew@master /-/blob/Library/Homebrew/utils/bottles .rb?L18:18&popover=pinned ) |
68
- | Rust | - [ ` rust-lang/cargo ` ] ( https://sourcegraph.com/github.com/rust-lang/cargo /-/blob/src/cargo/core/compiler/compilation.rs?L15:12&popover=pinned#tab=references ) < br /> - [ ` rust-lang/rustlings ` ] ( https://sourcegraph.com/github.com/rust-lang/rustlings@main/-/blob/src/dev.rs?L10 ) |
69
- | C, C++ | - [ ` sourcegraph/cxx-precise-examples ` ] ( https://sourcegraph.com/github.com/sourcegraph/cxx-precise-examples /-/blob/piecewise_monorepo/arithmetic/src/multiplication.cpp?L3 ) |
62
+ | ** Programming Language** | ** Repo ** |
63
+ | -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------|
64
+ | Go | [ ` kubernetes/kubernetes ` ] ( https://sourcegraph.com/github.com/kubernetes/kubernetes/-/blob/cmd/cloud-controller-manager/main.go ) |
65
+ | Java | [ ` google/guava ` ] ( https://sourcegraph.com/github.com/google/guava /-/blob/guava/ src/com/google/common/io/ByteSink .java ) |
66
+ | Scala | [ ` apache/pekko ` ] ( https://sourcegraph.com/github.com/apache/pekko /-/blob/persistence/ src/main/scala/org/apache/pekko/persistence/JournalProtocol .scala ) |
67
+ | Python | [ ` Textualize/rich ` ] ( https://sourcegraph.com/github.com/Textualize/rich /-/blob/rich/style.py ) |
68
+ | TypeScript | [ ` vuejs/core ` ] ( https://sourcegraph.com/github.com/vuejs/core /-/blob/packages/vue/src/index.ts ) |
69
+ | Rust | [ ` serde-rs/serde ` ] ( https://sourcegraph.com/github.com/serde-rs/serde /-/blob/serde_derive/ src/bound.rs ) |
70
+ | Ruby | [ ` Homebrew/brew ` ] ( https://sourcegraph.com/github.com/Homebrew/brew/-/blob/Library/Homebrew/commands .rb ) |
71
+ | C++ | [ ` fmtlib/fmt ` ] ( https://sourcegraph.com/github.com/fmtlib/fmt /-/blob/include/fmt/ostream.h ) |
72
+ | C# | [ ` serilog/serilog ` ] ( https://sourcegraph.com/github.com/serilog/serilog /-/blob/src/Serilog/Events/EventProperty.cs ) |
70
73
71
74
## More resources
72
75
0 commit comments