12

I want to keep all my working files in a separate tabs in Brackets since, I am finding bit difficult to open the file in the LHS panel under "Working Files". Is there a way to do it?

Bernhard Barker
  • 50,899
  • 13
  • 85
  • 122
phkavitha
  • 717
  • 1
  • 6
  • 24

4 Answers4

8

The Tabs for Brackets extension will show traditional tabs along the top, although only when the sidebar is hidden. (Though it would probably be easy to hack that extension to do it all the time instead).

But bear in mind that the "working files" section is really the same thing as tabs, just rendered in a vertical stack on the side to conserve screen real estate. You can open, close, and drag to reorder the items just like tabs. If clicking them is a pain, you can use Ctrl+Tab to navigate in MRU order, or use my File Navigation Shortcuts extension for hotkeys to navigate in linear list order (or use Quick Open to jump to any file based on a fragment of its name).

peterflynn
  • 4,384
  • 2
  • 23
  • 38
  • 4
    As an update to this answer; The Tabs for Brackets extension that was linked to didn't work for me, so I installed the Documents Toolbar (https://github.com/dnbard/brackets-documents-toolbar), which works perfect for me. – kramer65 Oct 17 '14 at 07:47
  • Funny, I think of tabs as the same thing as the sidebar except a horizontal list to save screen real estate. :) – Josh Jul 06 '15 at 18:43
7

Tabs for Brackets extension from selected answer isn't support latest Brackets API changes (from Sprint 44 release). Documents Toolbar (github.com/dnbard/brackets-documents-toolbar) from kramer65 comment use that API and support split-view (new feature from Sprint 44 release).

The official page for the extension Documents Toolbar with the downloadable ZIP files is http://brackets.dnbard.com/extension/dnbard.documents-toolbar

2ark0
  • 87
  • 9
AlexBard
  • 73
  • 1
  • 3
4

I was also searching for it. Finally found this plugin to be helpful.

How to install

  1. Open Brackets, Go to File -> Extension manager...
  2. You can find "Install from URL..." link at the bottom-left of the popup
  3. Click on that and provide the GitHub URL https://github.com/demonmhon/brackets-working-file-tabs
  4. Once installed, close the popup and go to View -> Show working file as tabs...

Here is how it looks

enter image description here

Hari Das
  • 7,849
  • 6
  • 46
  • 53
0

I had this problem but i was able to solve it later. On your menu bar, click on "View" and scroll right down to the last one, you will see "show tabs", simply click on it and you are done.

manlixo4u
  • 36
  • 2