blvz / language-livescript-edge

LiveScript support in Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show symbols in current file

normalser opened this issue · comments

Hi,

It seems like when you press "CMD+R" to see symbols in the file - there is nothing in there for livescript files - it works for coffescript files though.

Not sure if this is a bug - but do you have any ideas how can I make it work?
That would be highly useful feature.

Thanks

I don't know if it's a bug, but it's certainly an issue.
I have no idea, but I'll take a look.

Atoms build-in symbol-view uses ctags and it needs special tag file or something(didn't care to read docs).
However there is workaround, install package goto, it will read symbols from provided syntax file in this case from language-livescript-edge.
It is not perfect though it only shows/jumps to function declarations.