CodeMirror icon
CodeMirror icon

CodeMirror

 2 likes

Versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with a number of language modes and addons that implement more advanced editing functionality.

CodeMirror screenshot 1

License model

  • FreeOpen Source

Application type

Platforms

  • Online
  • JavaScript
  No rating
2 likes
0comments
0 news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

CodeMirror News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

No activities found.
Show all activities

CodeMirror information

  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  26,909 Stars
  •  4,970 Forks
  •  430 Open Issues
  •   Updated Dec 5, 2024 
View on GitHub

Our users have written 0 comments and reviews about CodeMirror, and it has gotten 2 likes

CodeMirror was added to AlternativeTo by 11009723 on Aug 13, 2016 and this page was last updated Dec 8, 2020.
No comments or reviews, maybe you want to be first?
Post comment/review

What is CodeMirror?

Versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with a number of language modes and addons that implement more advanced editing functionality.

Features over 100 languages out of the box support, composable language mode system, autocompletion , code folding, configurable keybindings (including Vim, Emacs, and Sublime Text defaults), search and replace, bracket and tag matching, split views, linter, ,ixing font sizes and styles, themes, resizability, widgets, programmable gutters, ranges of text styled, read-only, or atomic, bi-directional text support

CodeMirror is a code-editor component that can be embedded in Web pages. The core library provides only the editor component, no accompanying buttons, auto-completion, or other IDE functionality. It does provide a rich API on top of which such functionality can be straightforwardly implemented. See the addons included in the distribution, and 3rd party packages on npm, for reusable implementations of extra features.

CodeMirror works with language-specific modes. Modes are JavaScript programs that help color (and optionally indent) text written in a given language. The distribution comes with a number of modes (see the mode/ directory), and it isn't hard to write new ones for other languages.

Official Links