Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/code-search/code-navigation/writing_an_indexer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@ This table is maintained as an authoritative resource for users, Sales, and Cust
| --------------------- | ----------------- | ------ | ---------- | ---------------- | --------------- | ---------- | ---------------- | -------------------- |
| Go | [scip-go] | 🟢 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| TypeScript/ <br /> JavaScript | [scip-typescript] | 🟢 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| C/C++ | [scip-clang] | 🟡 | ✓ | ✓ | ✓ | ✓ | ✓ | |
| Java | [scip-java] | 🟢 | ✓ | ✓ | ✓ | ✓* | ✓ | ✓ |
| Scala | [scip-java] | 🟢 | ✓ | ✓ | ✓ | ✓* | ✓ | ✓ |
| Kotlin | [scip-java] | 🟢 | ✓ | ✓ | ✓ | ✓* | ✗ | ✓ |
| Rust | [rust-analyzer] | 🟢 | ✓ | ✓ | ✓ | ✓* | ✗ | ✓ |
| C/C++ | [scip-clang] | 🟢 | ✓ | ✓ | ✓ | ✓ | ✓ | |
| Java | [scip-java] | 🟢 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Scala | [scip-java] | 🟢 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Kotlin | [scip-java] | 🟢 | ✓ | ✓ | ✓ | ✓ | ✗ | ✓ |
| Rust | [rust-analyzer] | 🟢 | ✓ | ✓ | ✓ | ✓ | ✗ | ✓ |
| Python | [scip-python] | 🟢 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Ruby | [scip-ruby] | 🟢 | ✓ | ✓ | ✓ | ✓ | | ✓ |
| C# | [scip-dotnet] Build tools (`.sln`, `.csproj`) | 🟠 | ✓ | ✓ | ✓ | | ✓ | ✓ |
Copy link
Contributor

@mmanela mmanela Jun 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we said to keep C# with an X for cross-repo until we have a real customer using it.

I also think we should not mark C# as beta since we have multiple customers in production using it

| Ruby | [scip-ruby] | 🟢 | ✓ | ✓ | ✓ | ✓ | | ✓ |
| C# | [scip-dotnet] Build tools (`.sln`, `.csproj`) | 🟡 | ✓ | ✓ | ✓ | | ✓ | ✓ |

[scip-go]: https://github.com/sourcegraph/scip-go
[scip-typescript]: https://github.com/sourcegraph/scip-typescript
Expand Down