microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.9k stars 29.17k forks source link

Allow commands to have optional descriptions to be used for similar commands feature #195573

Open luabud opened 1 year ago

luabud commented 1 year ago

It'd be nice if extensions could contribute with optional descriptions for commands so it can be used when computing similar commands.

For example, for the Python extension we have the "Python: Create Environment" command, and it'd be super convenient if it showed up when typing "venv" or "conda" in the command palette. With the ability of including optional descriptions, we might be able to add terms we know are relevant to specific commands.

joyceerhl commented 10 months ago

This would also be nice to have for Remote Repositories