jcollard / elm-mode

Elm mode for emacs
GNU General Public License v3.0
376 stars 67 forks source link

proper tags support #115

Closed nitingupta910 closed 7 years ago

nitingupta910 commented 7 years ago

Currently elm-mode uses ctags which is often not correct for jump-to-definition. Would you know if elm has a proper indexing tool which elm-mode can use to make it accurate?

purcell commented 7 years ago

I'm not aware of one, sorry. Generally jumping accurately to definitions of imported symbols is not trivial to do reliably.

nitingupta910 commented 7 years ago

Ok, thanks for the info.