mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
docs: enhance user guides with emojis for better readability and engagement
This commit is contained in:
@@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
> Learn about Qwen Code, Qwen's agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before.
|
> Learn about Qwen Code, Qwen's agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before.
|
||||||
|
|
||||||
## Get started in 30 seconds
|
## 🚀 Get started in 30 seconds
|
||||||
|
|
||||||
Prerequisites:
|
Prerequisites:
|
||||||
|
|
||||||
- A [Qwen Code](https://chat.qwen.ai/auth?mode=register) account
|
- A [Qwen Code](https://chat.qwen.ai/auth?mode=register) account
|
||||||
- Requires [Node.js 20+](https://nodejs.org/zh-cn/download), you can use `node -v` to check the version. If it's not installed, use the following command to install it.
|
- Requires [Node.js 20+](https://nodejs.org/zh-cn/download), you can use `node -v` to check the version. If it's not installed, use the following command to install it.
|
||||||
|
|
||||||
### Install Qwen Code:
|
### ⏬ Install Qwen Code:
|
||||||
|
|
||||||
⭐️ **NPM**(recommended)
|
⭐️ **NPM**(recommended)
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ npm install -g @qwen-code/qwen-code@latest
|
|||||||
brew install qwen-code
|
brew install qwen-code
|
||||||
```
|
```
|
||||||
|
|
||||||
### Start using Qwen Code:
|
### 💻 Start using Qwen Code:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd your-project
|
cd your-project
|
||||||
@@ -48,14 +48,14 @@ You'll be prompted to log in on first use. That's it! [Continue with Quickstart
|
|||||||
>
|
>
|
||||||
> **New VS Code Extension (Beta)**: Prefer a graphical interface? Our new **VS Code extension** provides an easy-to-use native IDE experience without requiring terminal familiarity. Simply install from the marketplace and start coding with Qwen Code directly in your sidebar. You can search for **Qwen Code** in the VS Code Marketplace and download it.
|
> **New VS Code Extension (Beta)**: Prefer a graphical interface? Our new **VS Code extension** provides an easy-to-use native IDE experience without requiring terminal familiarity. Simply install from the marketplace and start coding with Qwen Code directly in your sidebar. You can search for **Qwen Code** in the VS Code Marketplace and download it.
|
||||||
|
|
||||||
## What Qwen Code does for you
|
## 🧩 What Qwen Code does for you
|
||||||
|
|
||||||
- **Build features from descriptions**: Tell Qwen Code what you want to build in plain language. It will make a plan, write the code, and ensure it works.
|
- **Build features from descriptions**: Tell Qwen Code what you want to build in plain language. It will make a plan, write the code, and ensure it works.
|
||||||
- **Debug and fix issues**: Describe a bug or paste an error message. Qwen Code will analyze your codebase, identify the problem, and implement a fix.
|
- **Debug and fix issues**: Describe a bug or paste an error message. Qwen Code will analyze your codebase, identify the problem, and implement a fix.
|
||||||
- **Navigate any codebase**: Ask anything about your team's codebase, and get a thoughtful answer back. Qwen Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with [MCP](/users/features/mcp) can pull from external datasources like Google Drive, Figma, and Slack.
|
- **Navigate any codebase**: Ask anything about your team's codebase, and get a thoughtful answer back. Qwen Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with [MCP](/users/features/mcp) can pull from external datasources like Google Drive, Figma, and Slack.
|
||||||
- **Automate tedious tasks**: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI.
|
- **Automate tedious tasks**: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI.
|
||||||
|
|
||||||
## Why developers love Qwen Code
|
## ❤️ Why developers love Qwen Code
|
||||||
|
|
||||||
- **Works in your terminal**: Not another chat window. Not another IDE. Qwen Code meets you where you already work, with the tools you already love.
|
- **Works in your terminal**: Not another chat window. Not another IDE. Qwen Code meets you where you already work, with the tools you already love.
|
||||||
- **Takes action**: Qwen Code can directly edit files, run commands, and create commits. Need more? [MCP](/users/features/mcp) lets Qwen Code read your design docs in Google Drive, update your tickets in Jira, or use _your_ custom developer tooling.
|
- **Takes action**: Qwen Code can directly edit files, run commands, and create commits. Need more? [MCP](/users/features/mcp) lets Qwen Code read your design docs in Google Drive, update your tickets in Jira, or use _your_ custom developer tooling.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
This quickstart guide will have you using AI-powered coding assistance in just a few minutes. By the end, you'll understand how to use Qwen Code for common development tasks.
|
This quickstart guide will have you using AI-powered coding assistance in just a few minutes. By the end, you'll understand how to use Qwen Code for common development tasks.
|
||||||
|
|
||||||
## Before you begin
|
## 👉 Before you begin
|
||||||
|
|
||||||
Make sure you have:
|
Make sure you have:
|
||||||
|
|
||||||
@@ -186,7 +186,7 @@ review my changes and suggest improvements
|
|||||||
> [!tip]
|
> [!tip]
|
||||||
> **Remember**: Qwen Code is your AI pair programmer. Talk to it like you would a helpful colleague - describe what you want to achieve, and it will help you get there.
|
> **Remember**: Qwen Code is your AI pair programmer. Talk to it like you would a helpful colleague - describe what you want to achieve, and it will help you get there.
|
||||||
|
|
||||||
## Essential commands
|
## 🧭 Essential commands
|
||||||
|
|
||||||
Here are the most important commands for daily use:
|
Here are the most important commands for daily use:
|
||||||
|
|
||||||
@@ -206,7 +206,7 @@ Here are the most important commands for daily use:
|
|||||||
|
|
||||||
See the [CLI reference](/users/reference/cli-reference) for a complete list of commands.
|
See the [CLI reference](/users/reference/cli-reference) for a complete list of commands.
|
||||||
|
|
||||||
## Pro tips for beginners
|
## 📌 Pro tips for beginners
|
||||||
|
|
||||||
- Be specific with your requests
|
- Be specific with your requests
|
||||||
- Instead of: "fix the bug"
|
- Instead of: "fix the bug"
|
||||||
@@ -236,7 +236,7 @@ See the [CLI reference](/users/reference/cli-reference) for a complete list of c
|
|||||||
- Press ↑ for command history
|
- Press ↑ for command history
|
||||||
- Type `/` to see all slash commands
|
- Type `/` to see all slash commands
|
||||||
|
|
||||||
## Getting help
|
## 🙋🏻 Getting help
|
||||||
|
|
||||||
- **In Qwen Code**: Type `/help` or ask "how do I..."
|
- **In Qwen Code**: Type `/help` or ask "how do I..."
|
||||||
- **Documentation**: You're here! Browse other guides
|
- **Documentation**: You're here! Browse other guides
|
||||||
|
|||||||
Reference in New Issue
Block a user