atom-ctags icon indicating copy to clipboard operation
atom-ctags copied to clipboard

go to declaration key binding doesn't work

Open someone235 opened this issue 8 years ago • 2 comments

ctrl-alt-down does nothing

someone235 avatar Mar 30 '16 22:03 someone235

Please provide these information to me: os version atom version atom-ctag version

yongkangchen avatar Jun 16 '16 03:06 yongkangchen

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!

jdanbrown avatar Apr 25 '18 21:04 jdanbrown