Search code examples
angularangular-console

Using angular console plugin in vs code


I installed Angular Console Plugin for VS Code from the link : Angular Console VS Plugin

But no where I am able to find on how to start the plugin and I am not able to find the options also.

Can anybody or the team help me in understanding on how to open the plugin from VS Code.


Solution

  • Once installed the plugin, you just have to press the key (F1), or (Ctrl + Shif + P), or go to the view menu and select the command palette, in the box that you get, type Angular Console and you can use this wonderful plugin.

    command palette

    Angular console

    I hope the answer will help you.