Skip to content

Commit 28bbecc

Browse files
committed
feat: add images for js & ts section in code intelligence doc
1 parent 882d266 commit 28bbecc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Suggestions are drawn from your project and the libraries you use.
2424
- Picking a symbol from another file or module automatically adds the import at the top of your file.
2525
- If the same name exists in several modules, the hint shows how many and lets you choose which one to import.
2626

27+
![Auto import suggestions](../images/codeIntelligence/hint-docs.png "Suggestions come from your project files and the libraries you use")
28+
2729
## Type Checking
2830

2931
Errors and warnings from the language server appear in the [Problems panel](/docs/Features/Problems%20Panel/ESLint) as you type, with a **Fix** button when a fix is available.
@@ -49,6 +51,6 @@ When you open `jsconfig.json` or `tsconfig.json`, Phoenix Code shows a **Code In
4951
- **Managed by Phoenix Code**: Whether Phoenix Code keeps the file updated automatically.
5052
- **Target**, **Module**, and **JSX**: The JavaScript version, module system, and JSX handling your project uses.
5153

52-
<!-- TODO: PLUTO - add image here showing the config panel -->
54+
![The Code Intelligence config panel](../images/codeIntelligence/config-panel.png "The Code Intelligence panel shown when jsconfig.json is open")
5355

5456
Click **All options…** to read about every available setting in the [TypeScript config reference](https://www.typescriptlang.org/tsconfig/).
167 KB
Loading

0 commit comments

Comments
 (0)