Skip to content

Commit d2ce789

Browse files
committed
fix: update preference naming for code intelligence hints
1 parent 025ffe2 commit d2ce789

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PHP code intelligence is powered by [Intelephense](https://intelephense.com). Ph
1919

2020
> Updates are automatic, and if you are offline, the download waits for a connection.
2121
22-
To turn PHP code intelligence off, set the `php.codeIntelligence` [preference](/docs/editing-text#editing-preferences) to `false`. Setting it back to `true` downloads the server again.
22+
To turn PHP code intelligence off, set the `codeIntelligence.php` [preference](/docs/editing-text#editing-preferences) to `false`. Setting it back to `true` downloads the server again.
2323

2424
> HTML, CSS, and JavaScript inside your PHP files keep their existing code hints. Intelephense handles only the PHP parts.
2525

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Python support is powered by [Pyrefly](https://pyrefly.org), a language server b
1919

2020
> Updates are automatic, and if you are offline, the download waits for a connection.
2121
22-
To turn Python code intelligence off, set the `python.codeIntelligence` [preference](/docs/editing-text#editing-preferences) to `false`. Setting it back to `true` downloads the server again.
22+
To turn Python code intelligence off, set the `codeIntelligence.python` [preference](/docs/editing-text#editing-preferences) to `false`. Setting it back to `true` downloads the server again.
2323

2424
## Formatting with Ruff
2525

0 commit comments

Comments
 (0)