Semble
A Sublime Text plugin that integrates the semble CLI tool for semantic code search and related-code discovery directly in your editor.
Details
Installs
- Total 4
- Win 3
- Mac 1
- Linux 0
| 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 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Mac | 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 | 0 | 0 | 0 | 0 | 0 |
| Linux | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
🪽 Semble
A Sublime Text plugin that integrates the semble CLI tool for semantic code search and related-code discovery directly in your editor.
Features
- Semantic search — query your code-base in natural language via the
semble searchCLI - Find related — discover semantically related code snippets
- Results open in a dedicated scratch view rendered as Markdown with syntax-highlighted code blocks
- Inline “find related” phantom links on each result for one-click chaining
- Optional Find Results tab output - native, clickable file/line navigation
Requirements
- Sublime Text 4
sembleCLI installed and on yourPATH(uv tool install semble)- An open Sublime Text project (or single folder window) or set
git_repo
Installation
Easiest way is to install via Package Control.
For manual installation:
- Clone or copy this package into your Sublime Text
Packages/directory:
git clone https://github.com/debjan/sublime-semble Semble
- Restart Sublime Text.
Usage
Semantic search
Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P) and type Semble. Run the search command and input panel appears:

Then type your query and press Enter

Find related
From the Command Palette, run Semble: Find Related to find code related to the current cursor position. You can also click the 🔗 find related link that appears beneath any result in the results view to chain searches.

Results appear in a Semble results tab showing:
- 🎯 Rank (search) or cosine similarity score (find-related)
- 📌 Source file and line range
- 🔗 Find-related link
- Syntax-highlighted code block