onivim/oni

Tab rename

開放

#2,420 建立於 2018年7月11日

 (5 則留言) (0 個反應) (0 位負責人)TypeScript (297 個分叉)batch import
buggood first issue

倉庫指標

星標
 (11,246 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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?

貢獻者指南