There's a new [VS Code preview feature](https://code.visualstudio.com/docs/terminal/shell-integration#_intellisense-preview) that adds Intellisense to the integrated terminal, powered by [Fig autocomplete specs](https://github.com/withfig/autocomplete): <img width="1528" height="567" alt="Image" src="https://github.com/user-attachments/assets/a7a5e967-311f-4422-9685-0b4a2bf0ef38" /> The default ones bundled with VS Code are located here (looks like some are pulled from upstream [withfig/autocomplete](https://github.com/withfig/autocomplete)): https://github.com/microsoft/vscode/tree/main/extensions/terminal-suggest/src/completions. Maybe we could contribute a spec for `azd` upstream? Relevant: https://code.visualstudio.com/docs/terminal/shell-integration#_intellisense-preview https://fig.io/docs/guides/integrating/integrations/cobra