Skip to main content
Version: 1.1.0

WebIDE User Guide

Overview

GitLink provides powerful online WebIDE functionality, allowing you to edit and run code directly in your browser without installing a local development environment.

How to Access WebIDE

  1. Enter any code repository
  2. On the file list interface, click the "Edit" button on the right side of the file
  3. The system will automatically open the Cloud IDE interface

Main Features

  • Online code editing
  • Real-time syntax highlighting
  • Code auto-completion
  • Integrated terminal
  • Live preview
  • One-click commit changes

Shortcut Support

WebIDE supports various keyboard shortcuts to improve development efficiency:

  • Ctrl + S: Save file
  • Ctrl + F: Search in current file
  • Ctrl + Shift + F: Search in project
  • F5: Run/Debug

Notes

  1. First-time opening WebIDE may require a few seconds for environment initialization
  2. Recommended to use modern browsers like Chrome or Firefox for the best experience
  3. Remember to commit changes after editing