atom / symbols-view

Jump to symbols in Atom
MIT License
165 stars 115 forks source link

Trailing comments mess things up sometimes #178

Open dperetti opened 8 years ago

dperetti commented 8 years ago

Say I have this function in some file :

  someFunction() { // this comment messes things up
  }

Cmd-R works. Cmd-Shift-R works. BUT, Cmd-Down from another file won't work. Remove the comment and it works.