intellisense is not working with the new preview terminal #20574

Closed
opened 2026-01-31 07:18:06 +00:00 by claunia · 3 comments
Owner

Originally created by @sanket-bhalerao on GitHub (Sep 28, 2023).

Windows Terminal version

v1.19.2682.0

Windows build number

No response

Other Software

No response

Steps to reproduce

use the settings.json and profile file and check the intellisense feature if it works

Expected Behavior

intellisense should work

Actual Behavior

intellisense does not work
profile.txt

settings.txt

Originally created by @sanket-bhalerao on GitHub (Sep 28, 2023). ### Windows Terminal version v1.19.2682.0 ### Windows build number _No response_ ### Other Software _No response_ ### Steps to reproduce use the settings.json and profile file and check the intellisense feature if it works ### Expected Behavior intellisense should work ### Actual Behavior intellisense does not work [profile.txt](https://github.com/microsoft/terminal/files/12751890/profile.txt) [settings.txt](https://github.com/microsoft/terminal/files/12751900/settings.txt)
claunia added the Needs-TriageIssue-BugNeeds-Attention labels 2026-01-31 07:18:06 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Sep 28, 2023):

Looks like you didn't add "experimental.enableShellCompletionMenu": true, or the { "command": { "action": "sendInput", "input": "\u001b[24~b" }, "keys": "ctrl+space", "name": "Trigger shell completions" } action to your settings.json. Can you try adding those and try again/?

@zadjii-msft commented on GitHub (Sep 28, 2023): Looks like you didn't add `"experimental.enableShellCompletionMenu": true,` or the `{ "command": { "action": "sendInput", "input": "\u001b[24~b" }, "keys": "ctrl+space", "name": "Trigger shell completions" }` action to your `settings.json`. Can you try adding those and try again/?
Author
Owner

@sanket-bhalerao commented on GitHub (Sep 28, 2023):

somehow the config is not there, let me retry

@sanket-bhalerao commented on GitHub (Sep 28, 2023): somehow the config is not there, let me retry
Author
Owner

@sanket-bhalerao commented on GitHub (Sep 28, 2023):

i completely misunderstood the config and did something wrong initially.
it is now working.
Thank you.
closing the ticket.

@sanket-bhalerao commented on GitHub (Sep 28, 2023): i completely misunderstood the config and did something wrong initially. it is now working. Thank you. closing the ticket.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#20574