DEV Community

Cover image for Spin up a full text editor in your browser 🌐 with GitHub Codespaces
Seth Addo
Seth Addo

Posted on

1

Spin up a full text editor in your browser 🌐 with GitHub Codespaces

What Is GitHub CodeSpaces?

It was launched by GitHub a while ago

GitHub Codespaces is an instant, cloud-based development environment that uses a container to provide you with common languages, tools, and utilities for development. GitHub Codespaces is also configurable, allowing you to create a customized development environment for your project.

You can use Visual Studio, VS Code, Jupyter, or JetBrains with the editor, terminal, debugger, version control, settings sync, and all of your extensions. Work from any device in a browser, or you can run it in your local machine.

Benefits Of GitHub CodeSpaces

  • You can use bigger RAM or disk space that your local environment (your PC) does not have.

  • It is fast

  • You get all the features of an editor (including the terminal). You can install extensions sync your local setting to it.

  • Works seemlessly with GitHub

If you are excited about this, then read this article on how to set it up.

AWS Q Developer image

Your AI Code Assistant

Ask anything about your entire project, code and get answers and even architecture diagrams. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Start free in your IDE

Top comments (2)

Collapse
 
sloan profile image
Sloan the DEV Moderator β€’

Hi there, we encourage authors to share their entire posts here on DEV, rather than mostly pointing to an external link. Doing so helps ensure that readers don’t have to jump around to too many different pages, and it helps focus the conversation right here in the comments section.

If you choose to do so, you also have the option to add a canonical URL directly to your post.

Collapse
 
seths10 profile image
Seth Addo β€’

Thanks for the heads up

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay