The uncompromising code editor
Project description
Developer Docs •
Screenshots •
Downloads •
Marketplace •
Code of Conduct
A lightweight, fast, and extensible code editor with a wide range of language support and runs with very minimal system requirements. It implements the Language Server Protocol for code completions, refactoring, symbol references, and more. Features include breakpoint-based code debugging, AI assistant integration (Gemini), fast workspace search, and built-in Git support. Scroll down to see biscuit in action.
- 🎀 Explore all community made extensions and their authors at the Biscuit Extension Center
- 🪛 For developer/user guides or API reference, check the documentation here.
Installing
You can install the latest release from PyPI by running:
pip install biscuit-editor
Try running biscuit --version
in your terminal to check if the installation was successful.
Standalone Builds
- Grab the latest stable build from releases page
- Unstable nightly builds from GitHub actions
To compile Biscuit from source code, see the compiling guide.
Contributing
Your contributions are greatly appreciated! please have a look at our developer docs for an outline of the project and to setup the environment.
- For feature suggestions and bug reports, please check issue tracker
- Community made Extensions can be published at: Biscuit Extensions Repository
Features
Smart Auto-completions
When the opened file have a recognized and supported file type, and also have language extensions installed, the autocomplete widget will automatically turn on LSP mode, the completions will be handled by registered language server afterwards. LSP mode enables smart and context sensitive code suggestions, as demonstrated below. When there are no language extensions available/installed, autocomplete widget goes to word mode, the completions will not be context sensitive and can be unexpected.
Hover for Documentation
Identifiers when hovered pops up a floating window on top, containing the documentation (if there is) of that symbol.
Goto Definitions by ctrl
+ clicking on symbols
User can jump directly into symbol definitions by ctrl
+ clicking on them, the definition containing script will open up in new/existing tab. If there are multiple definitions, window containing all the definitions will popup right below the symbol to pick from
Git Support
Integrated Terminals, Extension center
Split-Pane Markdown Editor
Command Palette for Quick Access
PathView for the Breadcrumbs!
License
Biscuit uses the MIT License, please check LICENSE.
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
File details
Details for the file biscuit_editor-2.99.5.tar.gz
.
File metadata
- Download URL: biscuit_editor-2.99.5.tar.gz
- Upload date:
- Size: 171.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.1 Windows/11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3d18acfb695b5ca394b9ff4e6fa35976eedf777bce075e5d6eb432543aa2c29 |
|
MD5 | b9cd2d08b9f93845807b34944a099d5f |
|
BLAKE2b-256 | 5fef5268fdd09d5c4c063fb445d94c3d316fd0db6f2ade76f4c7d4a09da3b45c |
File details
Details for the file biscuit_editor-2.99.5-py3-none-any.whl
.
File metadata
- Download URL: biscuit_editor-2.99.5-py3-none-any.whl
- Upload date:
- Size: 259.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.1 Windows/11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a3800b22255c8914ab3ba06b45df6f164d1dc0f275ca8621aa534791f25574b |
|
MD5 | c1e568dfa1f4092e392bc8110d720b3d |
|
BLAKE2b-256 | a9d41a4f6bd501a870b3ff3488225d4a4c48cb62e330a5fcd0e9f3c5aa9de138 |