Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

"find-definition" is not work(windows) #49

Open
armink opened this issue Aug 8, 2015 · 7 comments
Open

"find-definition" is not work(windows) #49

armink opened this issue Aug 8, 2015 · 7 comments

Comments

@armink
Copy link

armink commented Aug 8, 2015

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
@majkcramer
Copy link

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

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

@xamgore
Copy link

xamgore commented Dec 27, 2015

👍 the same problem

@ligoore
Copy link

ligoore commented Mar 21, 2016

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

@Diggsey
Copy link

Diggsey commented May 2, 2016

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!

@edubkendo
Copy link
Owner

There's a pull request (#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

@colin-kiegel
Copy link

colin-kiegel commented May 7, 2016

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. ;-)

@kanekv
Copy link

kanekv commented Aug 20, 2016

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants