CodeEdit macOS App

github-cover

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 it’s fullest potential.

Electron requires a Chromium instance in order 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 feels laggy. Native apps are smooth as butter and better utilize all system resources for better performance and better reliability. For more information on this, we’ll point you to a fantastic article by the nice folks at Remotion.

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

Mission

Our goal is to develop an app that looks and feels like it was designed and developed by Apple. We think there is room to really streamline the developer experience. Something that Xcode has done. We want to offer users an IDE experience while staying lightweight. To gain maximum adoption, CodeEdit should be open source, free to use, and supported by the community.

Todo

  • Design a concept
  • Start a boilerplate app
  • Set up a Github repository to allow the community to get involved
  • Start a discord server for community collaboration
  • Develop the underlying text editor complete with syntax heighlighting
  • Project navigator – Manage and edit files within a project
  • Source control navigator
  • Find in document
  • Find in project
  • Open file search bar overlay
  • Commands overlay
  • Statusbar
  • Tabs
  • Split editors
  • Extension manager
  • Project preferences
  • Application preferences
  • Debug experience
  • Code symbols navigator
  • Integrated terminal
  • File information sidebar

…more to come

Contributing

Feel free to join and collaborate on our Discord server.

GitHub

View Github