Outline view in Spacemacs?

64 views Asked by At

Many IDEs have an outline panel, something like:

classes
   `--- Class A
   |      `-- open()
   |      `-- close()
   `--- Class B
          `-- fun()
functions
   `--- fun1()
   `--- fun2()

or something like this. I remember that Spacemacs had something like this (maybe listing of current file tags?), but I cannot find it, I forgot magic key-strokes for it. How to call it?

1

There are 1 answers

0
RandomB On

Maybe somebody looks for the same, so I will answer to myself, I just found THIS.