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
- Enter any code repository
- On the file list interface, click the "Edit" button on the right side of the file
- 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 fileCtrl + F
: Search in current fileCtrl + Shift + F
: Search in projectF5
: Run/Debug
Notes
- First-time opening WebIDE may require a few seconds for environment initialization
- Recommended to use modern browsers like Chrome or Firefox for the best experience
- Remember to commit changes after editing