Showing path in file-tabs in Visual Studio Code

后端 未结 4 506
终归单人心
终归单人心 2020-12-07 13:00

I\'ve got a component-based folder structure in my project. It is a bunch of component-folders with one index.js file each.

Is it possible to make Visua

4条回答
  •  执笔经年
    2020-12-07 13:56

    I've created a simple Visual Studio Code plugin which accepts a list of regexes and colors and changes the titleBar/tabColor based on them. It's great for working on mono repositories or large projects with multiple packages (like Lerna, or React + React Native).

    ColorTabs

提交回复
热议问题