Do we still need a code editor in massCode, or is syntax highlighting enough? #613
antonreshetov
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone 👋
Right now, massCode uses CodeMirror 5 together with a set of TextMate grammars for syntax highlighting.
However, I’m starting to wonder whether a full editor is still necessary.
massCode has always been a snippet manager, not an IDE — it’s meant for organizing and quickly browsing snippets, not writing code.
That makes me think: maybe a simpler, faster solution focused purely on syntax highlighting would make more sense.
I’ve been looking into Shiki — it uses the same TextMate grammars and themes as VS Code, provides visually identical highlighting, and is much lighter to integrate.
What I’d like to hear
Beta Was this translation helpful? Give feedback.
All reactions