1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update languages supported for code navigation (#50739)

Co-authored-by: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com>
This commit is contained in:
Luke Francl
2024-05-23 15:27:41 -07:00
committed by GitHub
parent cadec7d123
commit 8927cb753a
4 changed files with 52 additions and 24 deletions

View File

@@ -238,18 +238,9 @@ You can also use regular expressions with the symbol qualifier. For example, the
language:rust symbol:/^String::to_.*/
```
Note that this qualifier only searches for definitions and not references, and not all symbol types or languages are fully supported yet. Symbol extraction is supported for the following languages.
Note that this qualifier only searches for definitions and not references, and not all symbol types or languages are fully supported yet. Symbol extraction is supported for the following languages:
- C#
- Python
- Go
- Java
- JavaScript
- TypeScript
- PHP
- Protocol Buffers
- Ruby
- Rust
{% data reusables.search.code-nav-supported-languages %}
We are working on adding support for more languages. If you would like to help contribute to this effort, you can add support for your language in the open source [Tree-sitter](https://github.com/tree-sitter) parser ecosystem, upon which symbol search is based.