# Code intelligence in every workspace

Hover symbols, jump to definitions, and find references without leaving a Replicas workspace.

- Author: Connor Loi
- Published: 2026-09-07
- Category: Announcements
- Canonical: https://replicas.dev/blog/code-intelligence-in-every-workspace

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.

<video autoplay controls loop muted playsinline preload="metadata" poster="/blog/code-intelligence-hover-v14.png" style="width: 100%; border: 1px solid var(--accent);">
  <source src="https://d1y8o87cun9pyo.cloudfront.net/07-09-2026-LSP.mp4" type="video/mp4" />
</video>

## 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!

