Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Command Palette does not exist

I want to use Angular in Visual Studio. I have currently Visual Studio 2017.

I need to install something by using the command palette, but there is not command palette in Visual Studio. I used ctrl+shift+p or ctrl+p combinations, and then nothing happened. I also checked the View section, and there is no integrated command line section or anything else.

like image 601
Çağatay Sert Avatar asked Aug 21 '18 10:08

Çağatay Sert


People also ask

Where is the command palette in Visual Studio?

You can invoke the command palette by typing Ctrl + Shift + P .

Can't find shell command in VS code?

Launch VS Code. Open the Command Palette (Cmd+Shift+P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command.

How do I change the command palette code in Visual Studio?

You can view the currently active keyboard shortcuts in VS Code in the Command Palette (View -> Command Palette) or in the Keyboard Shortcuts editor (File > Preferences > Keyboard Shortcuts).


3 Answers

Command pallete only available for Visual Studio Code, https://code.visualstudio.com/. You have installed the wrong one. For Angular development I highly recommend Visual Studio Code, not the full fledged heavy Studio 2017. Please use the link I posted above.

like image 98
EricsLiddell Avatar answered Oct 28 '22 23:10

EricsLiddell


Command palette is not available for Full-Featured Visual Studio.

It is available for Visual Studio Code which is an open-source and very lightweight version of Full-Featured Visual Studio.

There is GoTo All option in visual studio which has similar features like file search and other interesting features for code navigation. But command execution features are missing.

There is a ticket raised for Visual Studio to implement this feature. You can upvote to increase the chances of getting it from Visual Studio Officially.

https://developercommunity.visualstudio.com/idea/460947/command-palette.html

If not someone has to develop an extension package for this feature.

like image 26
Nithin B Avatar answered Oct 28 '22 23:10

Nithin B


Visual Studio 2022 has a feature similar to a command palette, called QuickLauncher. You can open it by pressing Ctrl+Q by default or change the keyboard settings to use Ctrl+P, which is what I did for my setup. (Default Shortcuts in Visual Studio)

like image 45
0neStone Avatar answered Oct 28 '22 22:10

0neStone