julia-lsp
Julia language server for code intelligence via LanguageServer.jl
Open source Repository Open in the app JSON README (API)
About
Julia language server for code intelligence via LanguageServer.jl
Details
- Kind
- Plugins
- Topic
- Developer tools
- Publisher
- alecloudenback
- Origin
- marketplace
- Category
- ferramentas
- Stars
- 12
- Last push
- 2026-03-11T05:24:01Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
alecloudenback/claudecodejulialsp/julia-lsp
README
# julia-lsp
Julia language server plugin for [Claude Code](https://claude.ai/code), powered by [LanguageServer.jl](https://github.com/julia-vscode/LanguageServer.jl).
Gives Claude Code real-time code intelligence for Julia projects: diagnostics, go-to-definition, find references, hover info, and more.
## Prerequisites
Install [LanguageServer.jl](https://github.com/julia-vscode/LanguageServer.jl) in your Julia environment. It's recommended to install this in your global Julia environment (e.g. `@v1.12`).
```julia
using Pkg; Pkg.add("LanguageServer")
```
## Usage
```bash
claude --plugin-dir /path/to/this/repo
```
The first LSP request in a session may take 30-60 seconds while Julia JIT-compiles LanguageServer.jl. Subsequent requests are fast.
## Configuration
The plugin is configured in `.claude-plugin/plugin.json`. The `startupTimeout` is set to 120 seconds to accommodate Julia's JIT compilation. You can adjust this if needed.
## License
MIT