Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Go to declaration not working without ctags #20

Open
museattle opened this issue Mar 3, 2014 · 23 comments
Open

Go to declaration not working without ctags #20

museattle opened this issue Mar 3, 2014 · 23 comments

Comments

@museattle
Copy link

This method should work out of the box without the need to generate a ctags file.
Thanks, Marty

@pyronaur
Copy link

pyronaur commented Mar 7, 2014

+1

I was quite surprised when I discovered that I have to generate something for it to work...

@tomkadwill
Copy link

+1 It took me a while to figure out why 'Go To Declaration' was not working

@sangraal
Copy link

+1 Very confusing.

@dyross
Copy link

dyross commented May 21, 2014

Here's someone else's attempt to do this:

https://github.com/mkleehammer/goto

I think atom core folks should adopt @mkleehammer's strategy.

@adred
Copy link

adred commented Jun 13, 2014

+1

@hkdobrev
Copy link

As you know Sublime Text does this as well. If you used it you know it proves that symbol extraction based on the syntax definition files is quite better than ctags.

+1

@resistdesign
Copy link

+47 Million

@evjan
Copy link

evjan commented Sep 23, 2014

+1

1 similar comment
@jingpengw
Copy link

+1

@w3solution
Copy link

Installing “goto@1.7.1” failed.Hide output… :(

@rochapablo
Copy link

+1

2 similar comments
@rkyymmt
Copy link

rkyymmt commented Jul 16, 2015

+1

@Druotic
Copy link

Druotic commented Jul 31, 2015

+1

@joboscribe
Copy link

As a stopgap i would suggest removing it from the context menu by default and only enabling it once it's actually usable, or having a helpful message prompting the user to generate a tags file. Just doing nothing isn't very helpful.

@Soleone
Copy link

Soleone commented Oct 5, 2015

same here, would be great if a) this feature could work out of the box like in sublime3 and b) does not require adding a file or directory in the project folder (has to be git ignored and sometimes didn't seem to recognize my global .gitignore and added the file to the staging area)

@levythu
Copy link

levythu commented Dec 8, 2015

Should it be assembled to the other package which can generate ctags automatically?

@RichardJECooke
Copy link

Hi. I'm new to Atom & Ruby. How do I get this to work please? I need to make 'ctags'?

@1Rhino
Copy link

1Rhino commented Jul 27, 2016

👍 confused! 😢

@grammakov
Copy link

😕

1 similar comment
@sbussard
Copy link

😕

@sethuster
Copy link

How is this still a problem?

@sbussard
Copy link

@sethuster check out https://nuclide.io

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests