You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that the terminal suggest is getting more reliable and feature complete, we should look into what a completion provider could look like in the extension API. Some examples of where this would be useful:
Providing completions for shells we don't support yet, like integrating fig completion specs.
A provider for git that added smarts beyond what we can do in pwsh. For example it could complete git clone https:// to git clone https://github.com/ and provide the user's orgs/forks when completing https://github.com/, etc.
The text was updated successfully, but these errors were encountered:
Now that the terminal suggest is getting more reliable and feature complete, we should look into what a completion provider could look like in the extension API. Some examples of where this would be useful:
git clone https://
togit clone https://github.com/
and provide the user's orgs/forks when completinghttps://github.com/
, etc.The text was updated successfully, but these errors were encountered: