rigpa
A metacircular modal UI framework. (by countvajhula)
typescript.el
TypeScript-support for Emacs (by emacs-typescript)
rigpa | typescript.el | |
---|---|---|
3 | 4 | |
162 | 274 | |
0.0% | 0.7% | |
4.7 | 5.4 | |
10 days ago | 3 months ago | |
Emacs Lisp | Emacs Lisp | |
- | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rigpa
Posts with mentions or reviews of rigpa.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-29.
-
The Animated Guide to Symex
If you want to go the whole hog, try rigpa. It isn't available on MELPA yet and won't be for a while, but you can install it directly from GitHub using straight.el. Another possibility is to just define a one-off keybinding for it, like in this recipe.
- rigpa: Modular editing levels and towers. A metacircular modal interface framework
-
RFC: Emacs tree-sitter integration
You should check out some more of Siddhartha's work, especially rigpa. Very interesting and powerful stuff!
typescript.el
Posts with mentions or reviews of typescript.el.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-18.
-
tree-sitter doesn't highlight my *.ts Typescript files
Yeah, you’re basically gonna need the typescript package: https://github.com/emacs-typescript/typescript.el
-
Problem with TSX file syntax highlighting
I have the same problem but I kinda solved with some line of elisp. I'm on Doom Emacs right now, so I'm not sure it would work on your setup, but I can suggest you to watch at this open issue on Github.
-
Do you prefer doing GUI with a markup language and a programming language or just the programming language?
My specific issue was trying to use TSX with emacs. Emacs has rjsx-mode which supports JSX, but the types will look like errors. There isn't a mode for tsx yet. Based on https://github.com/emacs-typescript/typescript.el/issues/4 it looks like some people use a combination of modes to get their desired behavior. I only ever looked at React out of curiosity, so solving this problem isn't all that important to me, but the problem of editor support was from experience.
-
RFC: Emacs tree-sitter integration
I have been silently following this thread and looks like the switch is now possible indeed https://github.com/emacs-typescript/typescript.el/issues/4
What are some alternatives?
When comparing rigpa and typescript.el you can also consider the following projects:
emacs - Mirror of GNU Emacs
elisp-tree-sitter - Emacs Lisp bindings for tree-sitter
emacs-dynamic-module - emacs fork with dynamic module support
tide - Tide - TypeScript Interactive Development Environment for Emacs
symex.el - An intuitive way to edit Lisp symbolic expressions ("symexes") structurally in Emacs