David Krupicka
David Krupicka

Reputation: 26

Sublime Text Side Panel

I don't have a coding problem yet, I would like to ask before I start. I have really huge configuration files, custom syntax highlighting and auto-complete plugin will be sure feasible. But, I would need side panel with tree structure, would it be possible with Sublime Text?

The structure is similar to this: [/abc] params... [/abc/efg] params... [/abc/efg/xxx] params... [/abc/xxx] params...

So I need a tree with ability to collapse sections. Any suggestions?

Best regards David

Upvotes: 0

Views: 607

Answers (2)

Gahan
Gahan

Reputation: 4213

There are many plugins available for custom syntax highlighting in sublime text or you can install some with package manager in sublime text. First, install package control from sublime text menu tools→ install package control you can now go to preference→package control →install package and install your desired package if you found or else you can try searching the plugin in the github repositories.

Upvotes: 1

Ashish Kumar
Ashish Kumar

Reputation: 33

For adding side panel, go to view -> side bar -> show side bar. This will add the side bar which is the file tree structure of your project.

Upvotes: 0

Related Questions