onivim/oni

Tab rename

Open

#2,420 创建于 2018年7月11日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)TypeScript (11,389 star) (336 fork)batch import
buggood first issue

描述

This is more of a question/request for help than an issue.

My directory structure is as such in my React Native projects

|--Component1
|----index.js
|----style.js
|--Component2
|----index.js
|----style.js

The problem arises when I open multiple index.js and style.js and I would not know which is which. Is there a way to rename the tab on file open? (I would parse the path and if the name is index or style, I would handle this)

Any directions you guys suggest?

贡献者指南