ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Semble

by debjan ST4 New

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 1
  • Win 1
  • Mac 0
  • Linux 0
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 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7
Windows 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 0 0 0 0 0 0 0 0 0
Mac 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
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 search CLI
  • 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
  • semble CLI installed and on your PATH (uv tool install semble)
  • An open Sublime Text project (or single folder window) or set git_repo

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

Semantic search

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

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.

semble-find-related

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