Show file type icons on tabs on visual studio 2012

谁都会走 提交于 2019-12-12 13:43:45

问题


I wass looking for quite some time now how I could see the file type icon of each file I have opened in visual studio 2012 tab well, like it was shown on previous versions of visual studio. This was completely removed from vs 12, couldn't find any option enabling this. This is something extemely usefull when having many open files.


回答1:


I found that this option exists on the registry! So you go here:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\DialogPage\Microsoft.CustomDocWell.Options

and change the IconInTabs property from false to True!

File type icons are displayed again next to each tab!!!!

Edit: In order for this to work you must have installed Productivity Power Tools 2012 plugin



来源:https://stackoverflow.com/questions/17163922/show-file-type-icons-on-tabs-on-visual-studio-2012

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!