|
5 | 5 |
|
6 | 6 | # AppMap for Visual Studio Code
|
7 | 7 |
|
8 |
| -AppMap Navie is an AI-driven chat with a deep understanding of your code. Build effective solutions |
9 |
| -using an intuitive chat interface and powerful code visualizations. Use AppMap's runtime tracing to |
10 |
| -improve the accuracy and depth of AI generation. |
| 8 | +### Runtime‑aware AI starts here |
11 | 9 |
|
12 |
| -## Your AI Code Architect |
| 10 | +#### **Live code behavior, surfaced to your AI tools in your JetBrains IDE** |
13 | 11 |
|
14 |
| -AppMap Navie acts as an AI Code Architect, equipped with the context to deeply understand how your |
15 |
| -application works. By reducing the time needed to research code changes and enhancing the context |
16 |
| -available to your coding copilot, Navie becomes an indispensable tool in your workflow. |
| 12 | +AppMap Navie for JetBrains brings the power of real-time execution data and AI-driven insights right |
| 13 | +to your code editor. No more guessing what your code does under the hood. Navie watches your |
| 14 | +application run and uses that live context to provide **smarter suggestions**, **faster debugging**, |
| 15 | +and **runtime-aware code reviews**. |
17 | 16 |
|
18 |
| -## Solve Complex Coding Issues with Confidence |
| 17 | +## Key Benefits |
19 | 18 |
|
20 |
| -AppMap Navie leverages runtime data and a structured workflow to help developers address challenging |
21 |
| -coding problems. Navie's capabilities include: |
| 19 | +### Smarter AI assistance |
22 | 20 |
|
23 |
| -- Writing comprehensive documentation |
24 |
| -- Understanding existing systems |
25 |
| -- Planning and implementing changes |
26 |
| -- Generating code and test cases |
27 |
| -- Performing thorough code reviews |
| 21 | +Navie combines static analysis with live AppMap traces, so you can ask things like _"What just |
| 22 | +happened?"_ and get answers based on the actual runtime flow, HTTP calls, SQL queries, exceptions, |
| 23 | +I/O, and more. |
| 24 | + |
| 25 | +### Faster debugging & fewer defects |
| 26 | + |
| 27 | +Pinpoint performance bottlenecks and logic errors through automatically generated sequence diagrams, |
| 28 | +flame graphs, dependency maps, and trace views. |
| 29 | + |
| 30 | +### Context‑aware code reviews |
| 31 | + |
| 32 | +From security checks to maintainability recommendations, Navie’s `@review` mode analyzes your |
| 33 | +current branch changes against your base branch with runtime insights. |
| 34 | + |
| 35 | +### Zero fine‑tuning required |
| 36 | + |
| 37 | +Works out-of-the-box with enterprise‑ready LLMs—simply plug in your API key or let Navie default to |
| 38 | +GitHub Copilot or AppMap’s built‑in endpoint. |
28 | 39 |
|
29 | 40 | 
|
30 | 41 |
|
| 42 | +## What AppMap Does |
| 43 | + |
| 44 | +- Captures real‑time snapshots of code execution, data flow, and behavior with zero effort and no |
| 45 | + code changes. |
| 46 | + |
| 47 | +- Feeds runtime context to AI assistants like Navie, GitHub Copilot, Anthropic Claude, Google |
| 48 | + Gemini, OpenAI, and your own local LLMs. |
| 49 | + |
| 50 | +- Delivers deep code explanations, diagrams, implementation plans, tests, and patch-ready code |
| 51 | + snippets, all grounded in what your application just did. |
| 52 | + |
31 | 53 | ## Get started
|
32 | 54 |
|
33 | 55 | 1. **Install
|
|
0 commit comments