Update languages supported for code navigation (#50739)
Co-authored-by: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user