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

"find-definition" is not work(windows)

Open armink opened this issue 8 years ago • 7 comments

Default key is F3. But it's not work on my Atom. When I add

'atom-text-editor':
  'f1': 'racer:find-definition'

to my keymap.cson file. The "find-definition" function can work well by F1 key. I think F3 is good key for "find-definition". Because the Eclipse also use this key. So how can I use F3 for "find-definition" on my Atom.

  • OS: windows8 64bit
  • Rust: rustc 1.3.0-nightly (e4e93196e 2015-07-14)
  • Atom: 1.0.0
  • My keymap: image

armink avatar Aug 08 '15 06:08 armink

Same Issue here. F3 does not work. F1 works.

OS: windows8 64bit Rust: rustc 1.4.0 stable Atom: 1.2.4

majkcramer avatar Dec 05 '15 14:12 majkcramer

:+1: the same problem

xamgore avatar Dec 27 '15 11:12 xamgore

Default key is F3, which does not work. Overriding does not work also.

'atom-text-editor':
    'f1': 'racer:find-definition'

Windows 10, Atom 1.6.0, racer 0.18.0

ligoore avatar Mar 21 '16 12:03 ligoore

I have the same problem - I think it conflicts with the use of F3 for find-next within atom. Should probably choose a different default!

Diggsey avatar May 02 '16 21:05 Diggsey

There's a pull request (https://github.com/edubkendo/atom-racer/pull/43) to change this to F1 but if that's not working for some people either, I'm not sure what it should be. Let's have a conversation about what would be best for all systems. pinging @colin-kiegel and @alkama

edubkendo avatar May 04 '16 14:05 edubkendo

Thank you. As I have written in my pull-request, anything that does not collide with atom-core key-bindings would be better than the status-quo.

I just checked my keymaps (on linux), free F-keys are F1 and F4...F9.

I understand your concerns about F1, but what about F4 then? It's close to F3. ;-)

colin-kiegel avatar May 07 '16 11:05 colin-kiegel

find definition doesn't work for me at all, overrides don't work too

kanekv avatar Aug 20 '16 06:08 kanekv