onivim/oni

Tab rename

Offen

#2.420 geöffnet am 11.07.2018

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (297 Forks)batch import
buggood first issue

Repository-Metriken

Stars
 (11.247 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?

Contributor Guide