Compare the Top Code Editors in China as of April 2025 - Page 2

  • 1
    Codeit

    Codeit

    Codeit

    We believe coding should be fun. Free of console commands and long builds. Run JavaScript, HTML, CSS, and Markdown projects with a tap. Syntax highlighting loaded dynamically. Live views, repos, and files open instantly with a link. Works on iOS, Android, Windows, macOS, and Linux. Say goodbye to Ctrl + S. Never lose a character. Weighs 80% less than regular apps, can be installed and works offline. Format the selected code with Ctrl + D. Codeit doesn't use cookies or collect any personal data. Your code stays on your device.
    Starting Price: Free
  • 2
    PromptIDE
    The xAI PromptIDE is an integrated development environment for prompt engineering and interpretability research. It accelerates prompt engineering through an SDK that allows implementing complex prompting techniques and rich analytics that visualize the network's outputs. We use it heavily in our continuous development of Grok. We developed the PromptIDE to give transparent access to Grok-1, the model that powers Grok, to engineers and researchers in the community. The IDE is designed to empower users and help them explore the capabilities of our large language models (LLMs) at pace. At the heart of the IDE is a Python code editor that - combined with a new SDK - allows implementing complex prompting techniques. While executing prompts in the IDE, users see helpful analytics such as the precise tokenization, sampling probabilities, alternative tokens, and aggregated attention masks. The IDE also offers quality of life features. It automatically saves all prompts.
    Starting Price: Free
  • 3
    CodeLite

    CodeLite

    CodeLite

    CodeLite is a free, open-source, cross-platform Integrated Development Environment (IDE) designed primarily for C, C++, PHP, and JavaScript development. It offers a lightweight and highly customizable environment with support for multiple compilers, including GCC, Clang, and Microsoft Visual C++. CodeLite features an intuitive code editor with syntax highlighting, auto-completion, and code refactoring capabilities. It also includes an integrated debugger with support for GDB, making it easy to set breakpoints, inspect variables, and trace call stacks. Additionally, CodeLite supports Node.js and TypeScript development, making it a versatile choice for both desktop and web-based applications. Its flexibility, cross-platform compatibility (Windows, macOS, and Linux), and integration with popular version control systems like Git and Subversion make it a go-to IDE for developers seeking a lightweight alternative to more resource-intensive environments.
    Starting Price: Free
  • 4
    Firepad

    Firepad

    Firepad

    Firepad is an open source real-time collaborative text editor. It provides true collaborative editing, complete with intelligent operational transform-based merging and conflict resolution. Firepad can render documents using the CodeMirror, Ace, or Monaco editors, and its operational transform code borrows from ot.js. Behind the scenes, Firepad uses the Firebase Realtime Database for cloud data storage and synchronization. You can build any application that requires collaborative editing of text documents. Firepad supports both rich text and code editing out-of-the-box, and it's easy to extend for other use cases. Firepad was built by Michael Lehenbauer and the team at Firebase. There are many other features that could be added, please star Firepad on GitHub and send over a pull request when you have things to contribute! You can build any application that requires collaborative editing of text documents.
  • 5
    Emacs
    At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing. Content-aware editing modes, including syntax coloring, for many file types. Complete built-in documentation, including a tutorial for new users. Full Unicode support for nearly all human scripts. Highly customizable, using Emacs Lisp code or a graphical interface. A wide range of functionality beyond text editing, including a project planner, mail and news reader, debugger interface, calendar, IRC client, and more. A packaging system for downloading and installing extensions. Built-in support for arbitrary-size integers. Text shaping with HarfBuzz. Native support for JSON parsing. Better support for Cairo drawing. Portable dumping used instead of unexec. Support for XDG conventions for init files. Additional early-init initialization file. Built-in support for tab bar and tab-line. Support for resizing and rotating of images without ImageMagick.
  • 6
    nano

    nano

    nano

    GNU nano was designed to be a free replacement for the Pico text editor, part of the Pine email suite from The University of Washington. It aimed to "emulate Pico as closely as is reasonable and then include extra functionality". The Debian GNU/Linux distribution, known for its strict standards in distributing truly "free" software (i.e. software with no restrictions on redistribution), would not include a binary package for Pine or Pico. Many people had a serious dilemma: they loved these programs, but the versions available at the time were not truly free software in the GNU sense of the word. GNU nano is a small and friendly text editor. Besides basic text editing, nano offers features like undo/redo, syntax coloring, interactive search-and-replace, auto-indentation, line numbers, word completion, file locking, backup files, and internationalization support. Starting with version 4.0, nano no longer hard-wraps an overlong line by default.
  • 7
    Spacemacs

    Spacemacs

    Spacemacs

    A community-driven Emacs distribution. The best editor is neither Emacs nor Vim, it's Emacs and Vim! Spacemacs is a new way to experience Emacs, a sophisticated and polished set-up focused on ergonomics, mnemonics and consistency. Key bindings are organized using mnemonic prefixes like b for buffer, p for project, s for search, h for help etc. Innovative real-time display of available key bindings. Simple query system to quickly find available layers, packages and more. Similar functionalities have the same key binding everywhere thanks to a clearly defined set of conventions. Community-driven configuration provides curated packages tuned by power users and bugs are fixed quickly.
  • 8
    Neovim

    Neovim

    Neovim

    API is first-class, discoverable, versioned, documented. MessagePack structured communication enables extensions in any language. Remote plugins run as co-processes, safely and asynchronously. GUIs, IDEs, web browsers can, embed Neovim as an editor or script host. Works the same everywhere, one build-type, one command. Modern terminal features such as cursor styling, focus events, bracketed paste. Built-in terminal emulator and strong defaults. Fully compatible with Vim's editing model and Vimscript v1. Start with :help nvim-from-vim if you already use Vim. The current stable release version is 0.5 (RSS). See the roadmap for progress and plans. With 30% less source-code than Vim, the vision of Neovim is to enable new applications without compromising Vim's traditional roles. Lua is built-in, but Vimscript is supported with the most advanced Vimscript engine in the world (featuring an AST-producing parser).
  • 9
    Eclipse CDT

    Eclipse CDT

    Eclipse Foundation

    The CDT Project provides a fully functional C and C++ integrated development environment based on the Eclipse platform. Features include support for project creation and managed build for various toolchains, standard make build, source navigation, various source knowledge tools, such as type hierarchy, call graph, include browser, macro definition browser, code editor with syntax highlighting, folding and hyperlink navigation, source code refactoring and code generation, visual debugging tools, including memory, registers, and disassembly viewers. Adds concept of build configuration to the core model. Allows assignment of toolchains to standard makefile projects. Combined previous standard and managed project wizards. User selects project types and toolchains. Parameterized templates to help populate new projects. Very flexible, template actions written with the plug-in. Semantic highlighting amongst other editor improvements.
  • 10
    Eclipse PHP

    Eclipse PHP

    Eclipse Foundation

    The PHP IDE project delivers a PHP Integrated Development Environment framework for the Eclipse platform. This project encompasses the development components necessary to develop PHP-based web applications and facilitates extensibility. It leverages the existing web tools project in providing developers with PHP capabilities. The essential starting point for PHP developers, including a PHP language support, a Git client, XML Editor and Mylyn, terminal. The experience of developing PHP application with PDT can be extended with a large variety of plugins created by the Eclipse ecosystem. Syntax highlighting, syntax validation, content assistance, code navigation, PHP debugging (Zend Debugger / Xdebug), PHP Profiling (Zend Debugger / Xdebug), PHPUnit, code formatted, refactoring, code templates, remote projects, and the whole power of the Eclipse Ecosystem.
  • 11
    Light Table

    Light Table

    Light Table

    Connects you to your creation with instant feedback and showing data values flow through your code. Easily customizable from keybinds to extensions to be completely tailored to your specific project. Try new ideas quickly and easily. Ask questions about your software, to give you a more profound understanding of your code. Embed anything you want, from graphs to games to running visualizations. Everything from eval and debugging to a fuzzy finder for files and commands to fit seamlessly into your workflow. An elegant, lightweight, beautifully designed layout so your IDE is no longer cluttered. No more printing to the console in order to view your results. Simply evaluate your code and the results will be displayed inline. Developer tools should be open source. Every bit of Light Table's code is available to the community because none of us are as smart as all of us.
  • 12
    jEdit

    jEdit

    jEdit

    jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the GPL 2.0. Built-in macro language; extensible plugin architecture. Hundreds of macros and plugins available. Plugins can be downloaded and installed from within jEdit using the "plugin manager" feature. Supports a large number of character encodings including UTF8 and Unicode. Highly configurable and customizable. Every other feature, both basic and advanced, you would expect to find in a text editor.
  • 13
    Continue

    Continue

    Continue

    The leading open-source AI code assistant. You can connect any models and any context to create custom autocomplete and chat experiences inside the IDE Remain in flow while coding by removing the barriers that block productivity when building software. Accelerate development with a plug-and-play system that makes it easy to get started and integrates with your entire stack. Become a leader in AI by setting up your code assistant to evolve as new capabilities emerge. Continue autocompletes single lines or entire sections of code in any programming language as you type. Attach code or other context to ask questions about functions, files, the entire codebase, and more. Highlight code sections and press a keyboard shortcut to rewrite code from natural language.
    Starting Price: $0/developer/month
  • 14
    Bluefish

    Bluefish

    Bluefish

    Bluefish is a powerful editor targeted towards programmers and web developers, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages. See features for an extensive overview, take a look at the screenshots, or download it right away. Bluefish is an open-source development project, released under the GNU GPL license. Bluefish is a multi-platform application that runs on most desktop operating systems including Linux, FreeBSD, MacOS-X, Windows, OpenBSD and Solaris. Bluefish 2.2.12 is a minor maintenance release with some minor new features. Most important is a fix for a crash in a simple search. Python 3 compatibility has been further improved. Encoding detection in python files has been improved. Triple-click now selects the line. On Mac OSX Bluefish deals better with the new permission features. Also using the correct language in the Bluefish user interface is fixed for certain languages on OSX.
  • 15
    gedit

    gedit

    The GNOME Project

    gedit is the text editor of the GNOME desktop environment. The first goal of gedit is to be easy to use, with a simple interface by default. More advanced features are available by enabling plugins. A flexible plugin system which can be used to dynamically add new advanced features.
  • 16
    CudaText

    CudaText

    CudaText

    CudaText is a cross-platform text editor, written in Object Pascal. It is open source project and can be used free of charge, even for business. It starts quite fast on Linux on CPU Intel Core i3 3GHz. It is extensible by Python add-ons, plugins, linters, code tree parsers, external tools. Syntax parser is feature-rich, from EControl engine. Syntax highlight for lot of languages (270+ lexers). Code tree structure of functions/classes/etc, if lexer allows it. Code folding, multi-carets and multi-selections. Find/Replace with regular expressions. Configs in JSON format. Including lexer-specific configs. Tabbed UI, with a split view to primary/secondary, and a split window to 2/3/4/6 groups of tabs. Command palette, with fuzzy matching, minimap, and micromap. Shows unprinted whitespace and offers support for many encodings. Customizable hotkeys. Binary/Hex viewer for files of unlimited size (can show 10 Gb logs).
  • 17
    Supermaven

    Supermaven

    Supermaven

    Supermaven lets you write code 2x faster with AI. Chat with GPT-4o, Claude 3.5 Sonnet, GPT-4, and other leading models. Use hotkeys to quickly view diffs, apply changes, start conversations, and switch models. Easily attach recently edited files to your messages - Supermaven Chat links the model's code responses back to your original code to show diffs and apply changes. Fix errors by automatically uploading your code together with compiler diagnostic messages in a single click.
    Starting Price: $10 per month