Toast, a terminal-based IDE, has integrated spell checking for Markdown and plain-text files. This feature uses 'harper' to underline misspelled words in the theme's diagnostic color, helping developers identify and correct errors directly within the editor.
The IDE now supports multi-tab editing, complete with indicators for unsaved changes, mouse-close buttons, and quit confirmation. Additionally, a 'Go to definition' feature has been added, allowing users to Ctrl-click on symbols to jump to their exact definitions.
Toast includes a file tree sidebar that displays git status, dims ignored files, and offers create/delete actions, file watching, and draggable resizing. Project-wide search functionality is powered by 'rg' (ripgrep), and in-file find/replace options are available with next/previous navigation, match-case, and whole-word selections.
Toast aims to provide a ready-to-use developer environment in the terminal, shipping with managed Language Server Protocols (LSPs), an integrated file tree, and themes out of the box. This approach is intended for developers who prefer to stay within the terminal without extensive setup time, contrasting with editors like Neovim or Emacs that require significant configuration.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Toast, a terminal-based integrated development environment, now includes spell checking for Markdown and plain-text files, along with other enhancements like multi-tab editing and improved navigation. These updates aim to provide a more complete development experience within the terminal for users who prefer not to configure editors from scratch.