Skip to content

Commit 2e96f6a

Browse files
committed
refactor: update other code intelligence languages doc files
1 parent f68854c commit 2e96f6a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/07-Code Intelligence/02-php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ slug: "/Features/php-code-intelligence"
55

66
**Phoenix Code** supports full code intelligence for PHP: completions with documentation, parameter hints, hover info, Go to Definition, Find Usages, and error checking in the Problems panel.
77

8-
Everything works the same way as in [JavaScript & TypeScript](./js-ts-code-intelligence).
8+
Everything works the same way as described in [Code Intelligence](./Code%20Intelligence).
99

1010
:::info Desktop Only
1111
PHP code intelligence runs in the desktop app.

docs/07-Code Intelligence/03-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: JSON
33
slug: "/Features/json-code-intelligence"
44
---
55

6-
**Phoenix Code** has code intelligence for JSON files, with extra features for `package.json`.
6+
**Phoenix Code** has code intelligence for JSON files, with extra features for `package.json`. Hints, hover info, and error checking work as described in [Code Intelligence](./Code%20Intelligence).
77

88
## package.json
99

docs/07-Code Intelligence/04-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ slug: "/Features/python-code-intelligence"
55

66
**Phoenix Code** supports full code intelligence for Python: completions with documentation, parameter hints, hover info, Go to Definition, Find Usages, and type error checking with quick fixes in the Problems panel.
77

8-
Everything works the same way as in [JavaScript & TypeScript](./js-ts-code-intelligence).
8+
Everything works the same way as described in [Code Intelligence](./Code%20Intelligence).
99

1010
:::info Desktop Only
1111
Python code intelligence runs in the desktop app.

0 commit comments

Comments
 (0)