Code intelligence
note
Seqera Cloud users receive $20 in free credits to get started with Seqera AI. Contact us for additional credits.
When you ask Seqera AI to help with code in your workspace, it uses language server (LSP) context to provide:
- Explanations for errors and warnings in your code
- Context-aware completions and suggestions
- Better navigation and understanding across project files
For Nextflow projects, this includes diagnostics and code intelligence for scripts and config files.
Language support
| LSP Server | Extensions | Requirements |
|---|---|---|
| Nextflow | .nf, .config | Java 17+ installed |
| Python (Pyright) | .py, .pyi | Auto-installs |
| R | .r, .R, .rmd, .Rmd | R runtime installed |
LSP servers automatically start when you work with files that match these extensions.
Workspace detection
Seqera AI detects the relevant language context from your active workspace and applies matching intelligence automatically.
This means you can move between Nextflow, Python, and R files in the same project and get language-aware assistance without manual setup.
See Nextflow Language Server for advanced configuration details.
Learn more
- Seqera AI CLI: Seqera AI overview
- Get started: Start using Seqera AI
- Use cases: Seqera AI CLI use cases