您的位置:首页 > 其它

SourceInsight 快速打开当前文件所在文件夹

2017-12-12 22:52 369 查看


SourceInsight 快速打开当前文件所在文件夹

参考网址:http://blog.csdn.net/xiake001/article/details/76132086

1、选择【Options】->【custom commands】,在add ->【Command】输入名字:Explorer Project

2、 在【Run:】中输入: ShellExecute open explorer /e,/select,%f 或 ShellExecute
open explorer /select,%f
或 explorer %d 或 explorer /select,%f

3、在点击【Keys...】,点击【Assign New Key...】,设置快捷键 Ctrl+Alt+O

注意中间的逗号

ShellExecute open explorer /select,%f
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: