Skip to content

Commit 71e7886

Browse files
authored
Add NOTE explaining IntelliSense behavior in large workspaces (#9099)
* Improve sentence clarity and add missing multi-cursor tip * Add TIP explaining formatter support for editor.formatOnPaste * Add TIP explaining IntelliSense behavior in comments and string literals * Add NOTE explaining IntelliSense behavior in large workspaces * Add NOTE explaining IntelliSense behavior in large workspaces * Corrected Add NOTE explaining IntelliSense behavior in large workspaces * Corrected Codebasics and Intellisense
1 parent dd6f8a1 commit 71e7886

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/editing/intellisense.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,12 @@ To get started:
189189

190190
If you find IntelliSense has stopped working, the language service may not be running. Try restarting VS Code and this should solve the issue. If you are still missing IntelliSense features after installing a language extension, open an issue in the repository of the language extension.
191191

192+
> [!NOTE]
193+
> In very large workspaces, IntelliSense features may be partially disabled for
194+
> performance reasons. If this happens, try excluding large folders (such as
195+
> `node_modules` or build output directories) using the `setting(files.exclude)` or
196+
> `setting(search.exclude)` settings.
197+
192198
> [!TIP]
193199
> For configuring and troubleshooting JavaScript IntelliSense, see the [JavaScript documentation](/docs/languages/javascript.md#intellisense).
194200

0 commit comments

Comments
 (0)