Visual Studio has shortcut to navigate to a similar file in Sublime Text, when we press CTRL+P?

Asked

Viewed 43 times

3

In sublime Text, we can use the shortcut CTRL+P to type the name of a file and select it directly, without having to look for it in the folder structure.

For example:

Sublime TEXT CTRL + P

Already in Visual Studio, there is some shortcut to do something similar?

Note: I use the 2017 version and the 2013 version.

1 answer

3


The command you’re looking for is the "CTRL + ," it opens an input box like this and you type the name of the file, so you are typing it will update with the options.

This command works both in the 2013 and 2017 versions of Visual Studio, but in the 2013 version you also have the option to use "CTRL + ;".

If you want to search for a file from what it contains, you can use "Ctrl-Shift-F", also helps a lot.

  • Sensational! When the project is big, it sucks to be browsing through folders.

  • @Wallacemaxters really this helps a lot, especially in cases of gigantic projects rs

Browser other questions tagged

You are not signed in. Login or sign up in order to post.