Skip to content

Commit d79ab6f

Browse files
Updated precise indexer feature table (#1186)
It was pointed out that this table is out of date/not consistent with other doc pages. ![CleanShot 2025-06-18 at 15 16 29](https://github.com/user-attachments/assets/cf615730-b925-4f8c-bd73-5b694305dc20)
1 parent f7b5fa0 commit d79ab6f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/code-search/code-navigation/precise_code_navigation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Precise Code Navigation requires language-specific indexes to be generated and u
4848
| Rust | [rust-analyzer](https://sourcegraph.com/github.com/rust-lang/rust-analyzer) | 🟢 Generally available |
4949
| Python | [scip-python](https://sourcegraph.com/github.com/sourcegraph/scip-python) | 🟢 Generally available |
5050
| Ruby | [scip-ruby](https://sourcegraph.com/github.com/sourcegraph/scip-ruby) | 🟢 Generally available |
51-
| C#, Visual Basic | [scip-dotnet](https://github.com/sourcegraph/scip-dotnet) | 🟡 Partially available |
51+
| C#, Visual Basic | [scip-dotnet](https://github.com/sourcegraph/scip-dotnet) | 🟢 Generally available |
5252

5353
The easiest way to configure precise code navigation is with [auto-indexing](/code-search/code-navigation/auto_indexing). This feature uses [Sourcegraph executors](/admin/executors/) to automatically create indexes for the code, keeping precise code navigation available and up-to-date.
5454

docs/code-search/code-navigation/writing_an_indexer.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@ This table is maintained as an authoritative resource for users, Sales, and Cust
121121
| --------------------- | ----------------- | ------ | ---------- | ---------------- | --------------- | ---------- | ---------------- | -------------------- |
122122
| Go | [scip-go] | 🟢 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
123123
| TypeScript/ <br /> JavaScript | [scip-typescript] | 🟢 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
124-
| C/C++ | [scip-clang] | 🟡 | ✓ | ✓ | ✓ | ✓ | ✓ | |
125-
| Java | [scip-java] | 🟢 | ✓ | ✓ | ✓ | ✓* | ✓ | ✓ |
126-
| Scala | [scip-java] | 🟢 | ✓ | ✓ | ✓ | ✓* | ✓ | ✓ |
127-
| Kotlin | [scip-java] | 🟢 | ✓ | ✓ | ✓ | ✓* | ✗ | ✓ |
128-
| Rust | [rust-analyzer] | 🟢 | ✓ | ✓ | ✓ | ✓* | ✗ | ✓ |
124+
| C/C++ | [scip-clang] | 🟢 | ✓ | ✓ | ✓ | ✓ | ✓ | |
125+
| Java | [scip-java] | 🟢 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
126+
| Scala | [scip-java] | 🟢 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
127+
| Kotlin | [scip-java] | 🟢 | ✓ | ✓ | ✓ | ✓ | ✗ | ✓ |
128+
| Rust | [rust-analyzer] | 🟢 | ✓ | ✓ | ✓ | ✓ | ✗ | ✓ |
129129
| Python | [scip-python] | 🟢 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
130-
| Ruby | [scip-ruby] | 🟢 | ✓ | ✓ | ✓ | ✓ | | ✓ |
131-
| C# | [scip-dotnet] Build tools (`.sln`, `.csproj`) | 🟠 | ✓ | ✓ | ✓ | | ✓ | ✓ |
130+
| Ruby | [scip-ruby] | 🟢 | ✓ | ✓ | ✓ | ✓ | | ✓ |
131+
| C# | [scip-dotnet] Build tools (`.sln`, `.csproj`) | 🟢 | ✓ | ✓ | ✓ | | ✗ | ✓ |
132132
133133
[scip-go]: https://github.com/sourcegraph/scip-go
134134
[scip-typescript]: https://github.com/sourcegraph/scip-typescript

0 commit comments

Comments
 (0)