Intellisense terminal on vscode
Asked Answered
B

3

7

How can I enable intellisense in the terminal in vscode? When I start typing, automatically hints come out on the side. I post an image as an example(In this image, I type with and alongside in light gray I get the suggestions). Thanks.

EXAMPLE

Beckford answered 29/3, 2021 at 11:10 Comment(0)
S
7

VS Code does not support IntelliSense inside the integrated Terminal window.

The auto-suggestion feature in your screenshot comes from a Z shell plug-in called "zsh-autosuggestions". You may check out that repository's INSTALL.md readme page to learn how to install the plug-in in your Z-shell.

Note: Z shell ("zsh" in short) is a Unix shell that can be run in Linux or MacOS. If you are a Windows user, check out this guide on how to install Z shell using Windows Subsystem Linux.

Salol answered 29/3, 2021 at 12:50 Comment(0)
P
5

you've probably already figured it out, but for the next person switching to VS Code: right arrow key

Pily answered 27/9, 2023 at 8:37 Comment(0)
K
1

For the newest update, vscode already supported intellisense for PowerShell. But note that what's in your screenshot was more like zsh-autosuggestions - a plugin for zsh.

enter image description here

Klemm answered 14/8 at 6:10 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.