atom / symbols-view

Jump to symbols in Atom
MIT License
163 stars 114 forks source link

Feature request: enable persistent view #49

Open art-solopov opened 10 years ago

art-solopov commented 10 years ago

I think the ability to have the view permanently on (kinda like vim's Tagbar) would be nice.

filipesilva commented 10 years ago

I second this, and know other devs that sorely miss such a feature.

smeggingsmegger commented 10 years ago

+1 for sure. This would be amazing.

dingus9 commented 10 years ago

I'm working on adding a symbol tree view that will present the tags in a tree view...

Somewhat like new source tree http://community.activestate.com/xpi/nst-new-source-tree from komodo edit but better.

I'm hoping to make it switch between symbols in the curr file and those in the entire project. It should look a lot like the file tree and let you jump to each symbol definition on click.

lnaia commented 10 years ago

+1 Yes indeed. This would be a bliss if it is implemented. I surely miss this kind of option in the light weight IDE world (atom/sublime etc).

dimumurray commented 10 years ago

+1 Definitely a must have.

xndcn commented 9 years ago

Here is my hack: #56 , wish you like it, although it is very simple now.

filipesilva commented 9 years ago

Hey, can I ask for a screenshot? I've a friend who is super interested in this.

xndcn commented 9 years ago

@filipesilva just stick it to the right side: right-side I wish it could be improved

filipesilva commented 9 years ago

Very nice man! Good job!

xndcn commented 9 years ago

How about this one? tree

filipesilva commented 9 years ago

That's even better now, the nesting helps loads!

lnaia commented 9 years ago

Very nice!

xndcn commented 9 years ago

Hi! Wish you like this: https://atom.io/packages/symbols-tree-view

yongkangchen commented 9 years ago

:+1:

filipesilva commented 9 years ago

Great!

yongkangchen commented 9 years ago

@xndcn I would like to move your code to my package https://github.com/yongkangchen/atom-ctags :bowtie:

xndcn commented 9 years ago

@yongkangchen Thank you, it's my honor!