ionic-team / vscode-extension

15 stars 0 forks source link

[FR] Make Ionic Commands Searchable/Executable from VSCode Command Palette #159

Closed sultanmyrza closed 8 months ago

sultanmyrza commented 8 months ago

Recently, I've been using the VSCode extension "Ionic", which offers useful commands such as "sync" and "open in Xcode". For example, to open a project in Xcode, I currently have two options:

It would greatly enhance the user experience if I could access the "open in Xcode" functionality directly from the VSCode command palette. This would align with the convenience offered by other extensions. For instance, the "Copilot" extension allows me to initiate an inline chat by simply typing "start inline" in the command palette and hitting enter. The command palette proves to be particularly handy when I don't want to remember specific shortcuts but prefer to type the action's name directly.

Screenshot 2024-02-25 at 7 21 19 PM
dtarnawsky commented 8 months ago

Hey @sultanmyrza , this should be available in the next release of the extension (hopefully this week).

dtarnawsky commented 8 months ago

Hi @sultanmyrza, a bunch of commands were added to the command palette in v1.80. If you see any command missing that you would like please open a new issue and I can take a look.