RunJS
RunJS copied to clipboard
feature request: empty tab names
The way I've been using RunJS I'm just ending up with a "unnamed" tabs that I'm not really ready to close. They are useful tidbits of code that I want to have handy.
I wish there was a way to make the tab space reflect something about the buffer contents - maybe the first line, or first function, or some AI generated name, etc.
Alternatively, if some history of the tabs I had was saved, I would close some of those tabs...
@hugows in the latest release of RunJS tab titles will now default to the first line in the editor.
Love it, thanks!