atom-ctags
atom-ctags copied to clipboard
go to declaration key binding doesn't work
ctrl-alt-down does nothing
Please provide these information to me: os version atom version atom-ctag version
Possibly fixed by https://github.com/yongkangchen/atom-ctags/pull/206? I was seeing a similar noop behavior when using go-to-declaration
on the first char of a symbol, e.g. the b
in foo.bar
, since it trips that old atom bug. The PR (https://github.com/yongkangchen/atom-ctags/pull/206) attempts to fix that behavior—give it a try!