atom / symbols-view

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

Go To Declaration in Golang isn't working #197

Open mikepc opened 7 years ago

mikepc commented 7 years ago

When I right-click and click Go to Declaration in Golang (and typescript), nothing happens. I have symbols-view version 0.1113.1 installed. And (I believe) all of the necessary plugins for Go and Typescript installed in my editor. I'm probably just missing something obvious but if someone could turn me in the right direction I would very much appreciate it!

Thanks in advance!!

jcaudle commented 7 years ago

Do you have a ctags file in the project root? This doesn't seem to be a feature that works directly out of the box without configuration.