removed emoji from filenames, Obsidian changed all relevant links
This commit is contained in:
parent
d316285a74
commit
68f1c38681
638 changed files with 710 additions and 3176 deletions
|
|
@ -1,29 +0,0 @@
|
|||
You can use Warp for coding by leveraging its built-in AI agents and native code editor, all directly from the terminal. Here’s how you can get started:
|
||||
|
||||
### 1. Start with a Prompt
|
||||
In Warp, you can type a natural language prompt describing what you want to build or change. For example:
|
||||
```
|
||||
Add a function in Python to parse JSON data.
|
||||
```
|
||||
Warp’s agents will interpret your prompt and begin working on the task, generating code, making edits, or suggesting fixes as needed. You can also attach context, such as files or error messages, to guide the agent’s work more precisely [Introducing Warp 2.0](https://www.warp.dev/blog/reimagining-coding-agentic-development-environment).
|
||||
|
||||
### 2. Review and Edit Code Diffs
|
||||
When Warp’s agent generates a code diff, you can review, refine, and apply the changes directly in Warp’s native code editor—no need to switch to an external IDE. The editor supports syntax highlighting for many languages (Python, JavaScript, TypeScript, Rust, etc.) and allows you to save changes with standard shortcuts (`CMD-S` on macOS, `CTRL-S` on Windows/Linux) [Agent Mode Coding Capabilities](https://docs.warp.dev/agents/code).
|
||||
|
||||
### 3. Multitask with Multiple Agents
|
||||
Warp 2.0 allows you to run multiple agents in parallel, so you can work on several coding tasks at once—like building a feature, fixing a bug, and deploying code—all from the same interface [Warp 2.0 Capabilities](https://www.warp.dev/blog/reimagining-coding-agentic-development-environment).
|
||||
|
||||
### 4. Use AI for Suggestions and Corrections
|
||||
You can ask Warp AI for command suggestions, code generation, debugging help, and more. For example, right-click on an error output and select “Ask Warp AI” to get an explanation or fix [Warp AI Overview](https://www.warp.dev/warp-ai).
|
||||
|
||||
### 5. Save and Reuse Workflows
|
||||
With Warp Drive, you can save parameterized commands and workflows for reuse, making it easy to automate repetitive coding tasks or share them with your team [Warp Drive Features](https://www.warp.dev/all-features).
|
||||
|
||||
**Example Coding Tasks in Warp:**
|
||||
- “Write a function in JavaScript to debounce an input.”
|
||||
- “Fix this TypeScript error.”
|
||||
- “Update all instances of ‘var’ to ‘let’ in this file.”
|
||||
- “Add headers to all .py files in this directory”
|
||||
[Agent Mode Coding Examples](https://docs.warp.dev/agents/code)
|
||||
|
||||
Warp is designed to make coding faster and more collaborative, directly from your terminal, with the power of AI agents and a modern editing experience.
|
||||
Loading…
Add table
Add a link
Reference in a new issue