We added language-server support to code views in Replicas.
You can now hover over a symbol to see its type and documentation, Cmd/Ctrl-click to jump to its definition, and add Shift to find references across the repository. This works in diffs and full-file views.
Supported languages
The underlying Replicas workspace engines now come bundled with language servers for several major languages, including:
- TypeScript and JavaScript
- Python
- Bash
- JSON and YAML
- HTML and CSS
- Dockerfiles
Replicas can also use the language servers for Rust, C/C++, Go, Ruby, PHP, Java, C#, Kotlin, Lua, Swift, Dart, Zig, Terraform, and TOML when they are installed in the workspace environment.
Give it a try now!