Skip to content

Commit 03dcaac

Browse files
committed
feat: add video for code intelligence doc
1 parent 8fe2f9c commit 03dcaac

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

docs/07-Code Intelligence/01-javascript-typescript.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ title: JavaScript & TypeScript
33
slug: "/Features/js-ts-code-intelligence"
44
---
55

6+
import VideoPlayer from '@site/src/components/Video/player';
7+
68
**Phoenix Code** ships full code intelligence for JavaScript, TypeScript, JSX, and TSX, powered by the TypeScript language server. It understands your whole project, so completions, navigation, and error checking work across files. It is on by default, so you don't need to setup anything!
79

8-
<!-- TODO: PLUTO - add video here showing code intelligence in action -->
10+
<VideoPlayer
11+
src="https://docs-images.phcode.dev/videos/code-intelligence/code-intelligence.mp4"
12+
/>
913

1014
:::info Desktop Only
1115
Browser version runs on classic JavaScript hints. For smarter Code intelligence, switch to the desktop app.

docs/07-Code Intelligence/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ title: Code Intelligence
33
slug: "/Features/Code Intelligence"
44
---
55

6+
import VideoPlayer from '@site/src/components/Video/player';
7+
68
**Phoenix Code** helps you write code faster with code hints, parameter hints, documentation popups, jump to definition, and live error checking. Most of it works out of the box with no setup.
79

10+
<VideoPlayer
11+
src="https://docs-images.phcode.dev/videos/code-intelligence/code-intelligence.mp4"
12+
/>
13+
814
This page explains what each feature does and how to tune it. For what you get in a specific language, see [JavaScript & TypeScript](./js-ts-code-intelligence), [PHP](./php-code-intelligence), [JSON](./json-code-intelligence), and [Python](./python-code-intelligence).
915

1016
## Code Hints

0 commit comments

Comments
 (0)