Delv
Codeanywhere
Getting Started Guide

How to Use Codeanywhere

A practical guide to get you up and running with Codeanywhere. Written by Delv Editorial, Delv Team.

Getting started with Codeanywhere

After this guide, you'll be able to set up your Codeanywhere account and create your first project in the cloud IDE. You'll also learn how to maximise your coding efficiency with some handy tips.

Step 1: Sign up and set up

  1. Go to Codeanywhere.
  2. Click on the Sign Up button in the top right corner.
  3. Choose to sign up using your email or a third-party account (Google, GitHub, etc.).
  4. Fill in the required information and confirm your email if prompted.
  5. Once logged in, you’ll be taken to the dashboard. Click on Create a New Connection to start setting up your coding environment.

Step 2: Your first project

  1. In the dashboard, click on Create New Project.
  2. Select a template or choose Blank Project to start from scratch.
  3. Name your project and select the programming language you want to use from the dropdown menu.
  4. Click Create, and your project will open in a new editor tab.
  5. Start coding in the editor! You can run your code by clicking the Run button located in the top toolbar.

Step 3: Get better results

  1. Use the File Explorer on the left side to manage your project files easily. Right-click to create new files or folders.
  2. Enable Code Completion by going to Preferences (gear icon) and ensuring the Code Completion feature is activated for your chosen language.
  3. Collaborate with others by clicking on the Share button at the top right of the editor to invite team members to your project.

Pro tip

Use the Snippets feature to save frequently used code blocks. You can access this by clicking on the Snippets tab in the sidebar. This will save you time on repetitive coding tasks.

Common mistake to avoid

Avoid skipping the Preferences setup after creating your account. Not configuring your editor settings can lead to a less efficient coding experience, especially with features like auto-save and code formatting. Make sure to check these settings right after signing up.