LSP-wren-lsp
Wren language support for Sublime Text
Details
Installs
- Total 21
- Win 8
- Mac 5
- Linux 8
| Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Wren Language Support for Sublime Text
This package provides language support for Wren via wren-lsp.
Features
- Diagnostics (syntax + semantic checks)
- Code completion
- Hover information
- Go to definition
- Find references
- Rename symbol
- Semantic tokens
- Document symbols (outline)
- Signature help
- Document highlights
- Code actions (quick fixes)
- Workspace symbols
- Folding ranges
- Selection range
- Inlay hints (type hints)
Requirements
- Sublime Text 4 (build 4000+)
- LSP package (install via Package Control)
- Wren syntax package
Installation
Via Package Control (Recommended - when published)
- Open Command Palette (
Cmd/Ctrl+Shift+P) - Type “Package Control: Install Package”
- Search for “Wren LSP”
Manual Installation
- Download/clone this repository
- Copy/move the folder to your Sublime Text Packages directory:
- macOS:
~/Library/Application Support/Sublime Text/Packages/ - Linux:
~/.config/sublime-text/Packages/ - Windows:
%APPDATA%/Sublime Text/Packages/
- macOS:
LSP Binary
The extension will auto-download the appropriate wren-lsp binary for your platform from GitHub releases if it is not already available. Alternatively, you can:
- Download manually from releases
- Place it in your PATH, or
- Set the path in settings (see below)
Configuration
Access settings via: Preferences > Package Settings > LSP-wren-lsp > Settings
Usage
- Open a
.wrenfile - LSP will automatically start the language server
- Use LSP features via:
- Command Palette (
Cmd/Ctrl+Shift+P) - Right-click context menu
- Keyboard shortcuts (see LSP package documentation)
- Command Palette (
Troubleshooting
LSP not starting?
- Check the Sublime Text console (View > Show Console) for errors
- Ensure wren-lsp is in your PATH or set the correct path in settings
- Try disabling auto-download if behind a proxy
License
MIT