mnkd / CodeEdit

CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-cover

CodeEdit macOS App

All Contributors

GitHub branch checks state GitHub Repo stars GitHub forks Discord Badge

⚠️ CodeEdit is currently in development and we do not yet offer a download.
We will post a link here when we have an alpha release ready for testing. Until then, we welcome contributors to help bring this project to life.
    CONTRIBUTE    

Motivation

Developers that use a Mac shouldn't be forced to use an app from the other guys. Yes, these other editors have growing communities and infrastructure around extensions and have seen incredible adoption that satisfies the needs of most developers. However, comparable editors are built on Electron. This is a huge limitation because it cannot utilize all system resources to their fullest potential.

Electron requires a Chromium instance to run. This can mean massive performance losses and high RAM usage even for small apps built on it. Additionally, the overall code footprint is much larger and animations are slower. More frames are lost and things like window resizing feel laggy. Native apps are smooth as butter and better utilize all system resources for better performance and reliability. For more information on this, we'll point you to a fantastic article by the nice folks at Remotion.

Xcode offers this native experience and it feels right at home on the Mac however it mostly just supports projects written specifically for Apple platforms. There are many projects not written for Apple platforms that deserve that same macOS-native experience as developers get with Xcode.

This led to the creation of this concept. We'd like to take this concept and make it a reality.

Mission

We think there is room to streamline the developer experience. To gain maximum adoption, CodeEdit should be open source, free to use, and supported by the community.

codeedit-icon-equation

We'd like to keep our application light as TextEdit, but provide an experience like Xcode. In other words, we want to offer developers an IDE experience while staying lightweight.

Our goal is to develop an app that looks and feels like it was designed and developed by Apple and to closely stick to their design standards and development patterns even down to the application icon and naming strategy.

It might sound crazy, but it is our hope that at some point Apple adopts this project or at least feels like they could.

Community

Join our growing community of amazing contributors on Discord.

To do

  • Initial concept design
  • Put starter app on GitHub
  • Start a Discord server for community collaboration
  • UI Framework - Navigator and Inspector Sidebars, Toolbar, Tabs, Breadcrumbs, Drawer, Statusbar
  • Welcome screen
  • Project navigator - Manage and edit files within a project
  • Source control navigator
  • Find navigator (find in project)
  • Issue navigator
  • Code symbols navigator
  • Debug navigator
  • Extension navigator
  • Extensions API
  • Extensions Store
  • Text editor
  • Split editors
  • Syntax highlighting
  • Find in document
  • Integrated terminal
  • Open quickly overlay
  • Commands overlay
  • Application Preferences
  • Project Preferences
  • File inspector

...more to come!

Contributing

Read the Contribution Guide

Contributors


Austin Condiff

🎨 💻

Lukas Pistrol

🚇 ⚠️ 💻

Pavel Kasila

🚇 ⚠️ 💻

Marco Carnevali

🚇 ⚠️ 💻

Wesley De Groot

🚇 ⚠️ 💻

Nanashi Li

💻

ninjiacoder

💻

Cihat Gündüz

💻

Rehatbir Singh

💻

Angelk90

💻

Stef Kors

💻

Chris Akring

💻

highjeans

💻

Khan Winter

💻

Jason Platts

🚇 🔌

Sponsors

Support CodeEdit's development by becoming a sponsor.

Backers

Support CodeEdit's development by becoming a backer.

Thanks to all of our other backers

@omrd

License

Licensed under the MIT license.

About

CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.

License:MIT License


Languages

Language:Swift 99.9%Language:Shell 0.1%