-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PowerShell Intellisense dropdown in Microsoft Terminal #1362
Comments
@DHowett-MSFT , a member of the Microsoft Terminal product group, had explained that this needs to be enabled at the PowerShell level by the PowerShell team and not at the Terminal level. |
@Ayanmullick - right - the shell must do something to invoke some UI. The UI could be implemented 100% by the shell - PowerTab was popular for an experience close to what you're suggesting. Alternatively, the terminal could provide a UI that the shell invokes which is what I understand something some terminals provide or are considering providing. |
@lzybkr , Right and PowerTab errors out on VSC and on MSTerminal. |
Even AzCLI has an interactive mode that works on the cloudshell too. |
@Ayanmullick - have you tried The default key binding Ctrl+Spacebar doesn't work in Windows Terminal, but you can bind it to another key. |
@lzybkr , I tried it. I prefer the more fluid experiences in the screenshot above to the |
A lot of this is addressed with the latest preview of Windows Terminal, https://devblogs.microsoft.com/commandline/windows-terminal-preview-1-19-release/ |
Yes, the |
I do not believe so, I think it just uses tab completion for the suggestions and not sure if Az does tab completions for that. cc @dcaro |
Description of the new feature/enhancement
Could an SQLCLI-like terminal intellisense dropdown be enabled for PowerShell in the new Microsoft Terminal thru PSReadline?
Proposed technical implementation details (optional)
Working on the terminal with PowerShell 7 could become more convenient if one was able to see all the potential matches for one's cmdlets and parameter values in a dropdown right in the terminal.
Creating issue as discussed during community call.
PowerShell/PowerShell-RFC#242 (comment)
The text was updated successfully, but these errors were encountered: