A lightweight, fast, and extensible code editor with a growing community
Project description
biscuit is a fast, extensible, native code editor with agents. lightweight <20 mb in size. install and start using in seconds.
- explore popular extensions, visit the new extension marketplace we've been working on
- for developer/user guides & API reference, check documentation, WIP so i recommend checking deepwiki.
- packed with superpowers, list of features
installing
install the latest release by running:
> pip install biscuit-editor
quickly open up a project using biscuit path/to/src and start editing. see other installation methods if you'd like to (like pyinstaller).
contributing
- please check the docs and contributing guide for a quick tour of the project structure and to set up the environment.
- to make a new extension, read the extension docs :>
- support the work
PROGRESS
agents
- gemini, anthropic API support (
claude-4-5-opus/sonnet/haiku,gemini-2-5-flash/pro) - planning agent with task list
- ReadFileTool
- EditFileTool
- DeleteFileTool
- ListDirTool
- GlobFileSearchTool
- GrepTool
- CodebaseSearchTool
- RunTerminalCmdTool
- TodoWriteTool
- GetWorkspaceInfoTool
- GetActiveEditorTool
- add more LLM providers through biscuit extensions
- attach files for adding context in chat
- LLM provider extension examples (old ones are now deprecated)
- run local LLMs with
ollama extension(deprecated) - ollama extension rewrite
- LLM calls inside biscuit terminals (use
# your promptinside terminal, then accept/decline response)
code intelligence
- fast tree-sitter based parsing and highlights
- code completions within editor (with icons)
- hover for symbol definition/docstring (rendered with highlights + markdown)
- symbol outline sidebar panel for navigating symbols in open editor
- symbol search through command palette
Ctrl + J) - floating peek widget to jump-to-definition/declaration of symbols
- symbol references in open editor
- adding more language servers through biscuit extensions
more language servers are registered through extensions, see the rust, clangd extensions for reference.
source control
- split diff viewer for changes/staged changes
- essential git operations easily accessible (push, pull, commit, stage, unstage, switch branches)
- clone repositories and immediately open in active window, or new window
- view gitHub issues/prs within editor (TODO: disabled rn, will be converted to an extension)
fast search
- ripgrep based fast search, quickly accessible from statusbar
- replace occurrences individually or all at once
- regex support, case sensitive search and more customization
- search within open editors with floating find-replace widget
code debugging
- setting breakpoints across files
- inspection panel for all runtime variables
- modify runtime variables while debugging
- call stack visualization and exception tracing
- full DAP client integration
- built-in python debugger
- add debuggers can be registered through biscuit extensions.
extensions
- install and manage all available extensions though a gui
- extension search within biscuit
- extension bootstrapping cli commands and templates
- extension docs
- extensions marketplace website: visit here
misc
- split markdown editor, plain HTML renderer
- toggle relative line numbering support
- vim mode support
- add formatters through biscuit extensions
- formatter extensions:
black[DEPRECATED],ruff[DEPRECATED],YAPF[DEPRECATED],autopep8[DEPRECATED] for reference. - drag-n-drop to open files or folders in biscuit
- editorconfig support for projects
- sophisticated command palette (full list of static commands in src/biscuit/commands)
license
biscuit uses the MIT License, see LICENSE file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file biscuit_editor-3.5.0.tar.gz.
File metadata
- Download URL: biscuit_editor-3.5.0.tar.gz
- Upload date:
- Size: 917.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.12.5 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b7e1dd73be7bba5a0fbc1605f9ca9fbbe626fcd79a3599d047226bfa2ba8ddd
|
|
| MD5 |
bcce472179f1963e13d19d9c106ae114
|
|
| BLAKE2b-256 |
f6c628f657acf19ec9a46854e23965097f37696fde9eac0ea2a827cfb9a7cd2e
|
File details
Details for the file biscuit_editor-3.5.0-py3-none-any.whl.
File metadata
- Download URL: biscuit_editor-3.5.0-py3-none-any.whl
- Upload date:
- Size: 388.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.12.5 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c42686685904814c4f20295e2a086ab24c00bea264ff4e25172472ebc28fce3b
|
|
| MD5 |
ab608c8debbf2c3e6dfbe2cd77c88192
|
|
| BLAKE2b-256 |
1e99bc90cf6e2cd8bec70cf4627c4727a6fe4b8d3573de2de0ee8431517ec1d2
|