博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[转]Visual studio 通过文件名快速定位文件
阅读量:5108 次
发布时间:2019-06-13

本文共 1343 字,大约阅读时间需要 4 分钟。

Latest update: in Visual Studio 2010 you can use Ctrl + , to find any elements (Class name/ file name/method name... etc)

 

Origional blog:

Quickly Find/Open a File in Visual Studio

Here is a cool Visual Studio feature that almost nobody knows about. If you want to open up a file in your solution, but can’t be bothered to dig down through your projects and folders to find it, try this,

  1. Click in the Find box in the toolbar,
  2. Type >of followed by a space, then begin the name of the file you are looking for.
  3. An auto-complete drop down will appear as you type filtering all the files in all your projects in your solution. Continue typing until the list is short enough to fine the one you want. Select it and hit enter.
  4. The file will open in the editor.
openfile

Update: After this post made the front page of , Aaron Lerch wrote a  on his blog with more things that you can do with the find combo. One thing that is very useful is that with the>, you can issue any command, the alias>of mentioned here is just one of many. For a list of the commands, check out.

Another useful tip is that Ctrl+D or Ctrl+/ will automatically jump to the find box, so your hands don’t even need to leave your keyboard.

Update: This trick was also mentioned on Just Sayin More Words as a part of hisseries. Thanks.

转载于:https://www.cnblogs.com/habibah-chang/p/3526796.html

你可能感兴趣的文章
macOS升级到high Sierra后, Cocoapods不能使用解决办法
查看>>
vmstat详细说明
查看>>
php类点滴---访问修饰符public protected private
查看>>
spring-boot的helloWorld详解
查看>>
Codeforces 919 A. Supermarket
查看>>
NYOJ 21.三个水杯-初始态到目标态的最少次数-经典BFS
查看>>
实验四+164+张增进
查看>>
第09次:升级《陋习手记》滑动和对话框
查看>>
url传参(所传的参数为数字,汉字。获取该参数为汉字乱码)
查看>>
简单了解下CGI、FastCGI和php-fpm的概念和区别和运行原理
查看>>
TIME_WAIT 太多的解决办法[转载]
查看>>
低版本中使用高版本出现的类怎么办?
查看>>
GlusterFS性能测试
查看>>
1.spring cloud eureka server配置
查看>>
nyist 914
查看>>
把long转化为byte数组
查看>>
Windows下Nginx Virtual Host多站点配置详解
查看>>
IIS注册 net环境
查看>>
P1242 新汉诺塔
查看>>
页面元素解绑click事件
查看>>