RSSAmplifier

Blog

Flow Control: a programmer's text editor

Flow Control: a programmer's text editor - Devlog

flow-control.devRSS feed ↗2 posts

Latest posts

tree-sitter 0.26.7 update

tree-sitter 0.26.7 update I’ve updated tree-sitter to the latest release, 0.26.7. We were quite far behind, so this gives us better compatibility with newer tree-sitter parsers. The supported tree-sitter parser ABI in flow is now version 15 (up from 14 previously). The minium version stays the same at 13. This should unblock a few of the language support requests in the feature request queue.…

Release 0.7.0 🎉

Release 0.7.0 🎉 We kick off the new Year with a major release! Completion Flow now has full inline auto completion support! There is a new dropdown UI with support for insert and replace completion styles while editing inline. An info popup box can display completion and hover documentation and there are commands to toggle modes and styles interactively. There are three completion trigger modes…