Skip to content

tomlin7/biscuit

Repository files navigation

A lightweight, fast code editor with extensions, semantic code completions, refactoring features, symbol references tracker, and more. Features include breakpoint-based code debugging, AI-assisted workflow, fast workspace search, and built-in Git support. Scroll down to see biscuit in action.

image

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.

Important

Linux distros require some prerequisites to be installed prior to the pip installation

 sudo apt install fontconfig libfontconfig1 libfontconfig1-dev \
   cmake cmake-data extra-cmake-modules build-essential
 python -m pip install scikit-build

Standalone Builds

For compiling from source code, please check the installation guide.

Contributing ❤️

Your contributions are very much appreciated! Have a peek at the contributing guide for a quick tour on project structure and to setup the environment. To contribute a new extension, check the extension docs.


Features

  • Language Server Support for code completions, refactoring, symbol references, and more

peek


  • Breakpoint-based Code Debugging with variable inspection, call stack, and more

peek


  • AI Assisted Workflow for refactoring, code generation, and more

peek


  • Fast Workspace Search with regex support and file preview

peek


  • Built-in Git Support for version control and diff viewer

image

License

Biscuit is released under the MIT License; for more information, see LICENSE.