tehwalris / forest

A multi-cursor structural editor prototype for TypeScript

Home Page:https://forest.walr.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forest

Banner with screenshot of Forest

What is this?

Forest is a multi-cursor structural editor for TypeScript.

Being structural means that most editing commands modify the AST of the program and the text is printed to match. In Forest code is still shown as text and new code can be typed almost normally, but under the hood it's very different from a normal text editor.

Forest is also built from the ground up with multi-cursor editing in mind. It's the only structural editor which specially integrates multi-cursor features. This makes Forest an interactive equivalent to AST refactoring scripts (like jscodeshift scripts). By using the right combination of commands with multiple cursors, you can accomplish some tasks that you might normally write basic scripts for.

Demo

You can try Forest in your browser without installing anything. It's a prototype, so some basic features are unsupported. Hopefully this rough version still gives you a feeling for what multi-cursor structural editing could be like in practice.

Paper

Our paper Forest: Structural Code Editing with Multiple Cursors (published version, preprint) looks at Forest from an academic point of view. If you're interested in understanding the concepts behind Forest or how it compares to other editing approaches, this could be an interesting read.

About

A multi-cursor structural editor prototype for TypeScript

https://forest.walr.is

License:MIT License


Languages

Language:TypeScript 97.5%Language:JavaScript 2.1%Language:Shell 0.2%Language:HTML 0.1%Language:Nix 0.1%Language:CSS 0.0%