You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/terminal/shell-integration.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,14 +91,6 @@ When using shell integration, it has a "quality" associated with it that declare
91
91
92
92
To view the shell integration quality, hover the terminal tab. Optionally, select **Show Details** on the hover to view more detailed information.
93
93
94
-
## IntelliSense (Preview)
95
-
96
-
IntelliSense in the terminal enables you to receive suggestions for files, folders, commands, command arguments and options. This feature is powered by shell integration `setting(terminal.integrated.shellIntegration.enable)` and can be enabled with `setting(terminal.integrated.suggest.enabled)`.
97
-
98
-

99
-
100
-
VS Code sources commands from [Fig specs](https://github.com/withfig) and validates per-shell built-in functions (for `pwsh`, `bash`, `zsh`, and `fish`) against the `$PATH` to ensure they exist. On Windows, you can configure the particular set of executables with the `setting(terminal.integrated.suggest.windowsExecutableExtensions)` setting.
101
-
102
94
### Keyboard navigation
103
95
104
96
By default, `kbstyle(Tab)` inserts the suggestion. Once navigation of the list has occurred, `kbstyle(Enter)` will similarly insert the suggestion. You can configure this behavior with the `setting(terminal.integrated.suggest.selectionMode)` setting.
@@ -228,6 +220,14 @@ The information that shell integration provides to VS Code is used to improve [a
228
220
- An [audio cue](/docs/configure/accessibility/accessibility.md#accessibility-signals) plays when a command fails.
229
221
- Underlying text box synchronizing such that using the arrow and backspace keys behave more correctly.
230
222
223
+
## IntelliSense (Preview)
224
+
225
+
IntelliSense in the terminal enables you to receive suggestions for files, folders, commands, command arguments and options. This feature is powered by shell integration `setting(terminal.integrated.shellIntegration.enable)` and can be enabled with `setting(terminal.integrated.suggest.enabled)`.
226
+
227
+

228
+
229
+
VS Code sources commands from [Fig specs](https://github.com/withfig) and validates per-shell built-in functions (for `pwsh`, `bash`, `zsh`, and `fish`) against the `$PATH` to ensure they exist. On Windows, you can configure the particular set of executables with the `setting(terminal.integrated.suggest.windowsExecutableExtensions)` setting.
0 commit comments