/Biscuit

This stupid code editor

Primary LanguagePythonMIT LicenseMIT

Biscuit - Code Editor

new Project License GitHub Repo stars GitHub closed pull requests

What's New!

  • Autocompletions (words in file + keywords, no LSP)

completion

  • Syntax Highlighting (based on word matching and regex, no semantic highlighting yet)
  • Rich Palette which works based on various prefixes used (Ctrl + shift + p for command palette)

palette

  • New PathView update for the Breadcrumbs!

pathview

  • Material icons for directory tree

  • Various improvements to text editor such as auto-indent, highlighting words, better line numbers

selections

About

Biscuit is a highly customizable code editor written completely in pure python with the tkinter library. Biscuit stands lightweight, fast and powerful among other code editors. It is easy to use and feature rich.

Running biscuit 💿

This project is a WIP. Bugs and missing or incomplete features will be present. You need python 3.10 or above. Install required packages pip install -r requirements.txt

  • Run python biscuit
  • Open a directory or file on Biscuit.
  • Start editing!