Skip to content

Commit 5d07136

Browse files
committed
Move terminal intellisense section to bottom
1 parent 3f2d609 commit 5d07136

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/terminal/shell-integration.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,6 @@ When using shell integration, it has a "quality" associated with it that declare
9191

9292
To view the shell integration quality, hover the terminal tab. Optionally, select **Show Details** on the hover to view more detailed information.
9393

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-
![A user has typed git checkout in a terminal and requests completions. The completion list shows branch names like main and merogge/terminal-section](images/shell-integration/terminal-suggest.png)
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-
10294
### Keyboard navigation
10395

10496
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
228220
- An [audio cue](/docs/configure/accessibility/accessibility.md#accessibility-signals) plays when a command fails.
229221
- Underlying text box synchronizing such that using the arrow and backspace keys behave more correctly.
230222

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+
![A user has typed git checkout in a terminal and requests completions. The completion list shows branch names like main and merogge/terminal-section](images/shell-integration/terminal-suggest.png)
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.
230+
231231
## Supported escape sequences
232232

233233
VS Code supports several custom escape sequences:

0 commit comments

Comments
 (0)