Package Control

The official Sublime Text package manager.

Semble

A Sublime Text plugin that integrates the semble CLI tool for semantic code search and related-code discovery directly in your editor.

By debjan
Created July 30, 2026, last updated August 19, 2026.

Links

Versions

1.3.0 (>ST4049) ·
2026-08-19 16:12

More

🪽 Semble

A Sublime Text plugin that integrates the semble CLI tool for semantic code search and related-code discovery directly in your editor.

Features

Requirements

Installation

  1. Clone or copy this package into your Sublime Text Packages/ directory:
git clone https://github.com/debjan/sublime-semble Semble
  1. Restart Sublime Text.

Usage

Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P) and type Semble. Run the search command and input panel appears:

semble-input

Then type your query and press Enter

semble-search

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.

semble-find-related

Results appear in a Semble results tab showing:

Results

Packages