How to open files in a separate tabs
Asked Answered
W

5

13

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?

Watering answered 8/8, 2013 at 6:31 Comment(0)
S
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).

Stoffel answered 8/8, 2013 at 9:43 Comment(3)
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 (github.com/dnbard/brackets-documents-toolbar), which works perfect for me.Turaco
Funny, I think of tabs as the same thing as the sidebar except a horizontal list to save screen real estate. :)Biconvex
I‘d like to know if there is a way, at this time 2022, an option to see at least 3 content tabs (a kind of 3 windows) at the Same Time, so I can see globally an HTML, a CSS and a Javascript file, and alternate it with pure php pages. The CSS is very narrow for nature and will no take too much width. I work with two monitors, so in the second monitor I can just see the render page from the browser. Something like codepen where you can easily see 4 windows at the same time: html, css, js and the rendered by the browser. Is it possible with brackets? any plug in for this?Coloration
N
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

Noll answered 22/10, 2014 at 8:19 Comment(0)
S
5

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

Shady answered 18/6, 2018 at 8:20 Comment(0)
P
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.

Proteinase answered 13/12, 2018 at 16:40 Comment(0)
B
0

Custom Work behaves pretty well for me. It appears to be deprecated, but still available in Extension Manager.

Baseler answered 6/2, 2023 at 16:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.