VS2012 How to turn off editor tab colouring?

前端 未结 3 1297
南方客
南方客 2021-01-31 13:32

I strain to read the tabs in the source code editor of Visual Studio 2012. I don\'t even understand what the different colors mean? They seem totally random. Black on brown or

3条回答
  •  礼貌的吻别
    2021-01-31 13:58

    The colors of each tab comes from productivity power tools. For each project power tools assign a colors, so developer can easily detect a file(if contain same name) belongs to which project.

    For VS 2013 & 2015 you can easily remove those color by unchecked Colors tab by project following below steps

    go to Tools > Options > Productivity Power Tools > Custom Document Well > General

提交回复
热议问题