onivim/oni

Tab rename

Open

#2.420 aberto em 11 de jul. de 2018

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)TypeScript (336 forks)batch import
buggood first issue

Métricas do repositório

Stars
 (11.389 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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?

Guia do colaborador