atom / symbols-view

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

No Symbols found #173

Closed nerdpad closed 8 years ago

nerdpad commented 8 years ago

I have multiple folders open in atom, then I open a JavaScript file, which contains functions & constants. When I hit CMD+r I get "No Symbols Found".

lee-dohm commented 8 years ago

Have you followed the suggestions in the Debugging document? Also, could you give the following information?

dannyfritz commented 8 years ago

I have the same thing on this file.

atom_2016-04-28_07-53-24

nerdpad commented 8 years ago

Strange. I exited atom, and ran it in safe mode. And now symbols work even in normal mode.

Atom Version:

Atom    : 1.7.2
Electron: 0.36.8
Chrome  : 47.0.2526.110
Node    : 5.1.1

OS: OSX El Capitan

dannyfritz commented 8 years ago

That would imply a package is messing with it I would think.

nerdpad commented 8 years ago

Nevermind, it's still not working. I restarted atom and it's still broken. Works in safe mode.

@dannyfritz Yup. Any clue how to find out which package is messing with it?

dannyfritz commented 8 years ago

https://atom.io/packages/package-cop

nerdpad commented 8 years ago

@dannyfritz will report back.

dannyfritz commented 8 years ago

I will report mine doesn't work in safe mode. So we have different problems I think.

lee-dohm commented 8 years ago

@dannyfritz Please file a new Issue so that we can track these separately. It appears that the style of function declaration in use in that file you linked to isn't supported in the current JS regex. You may want to look at the recent PRs enhancing the JS support.

frytyler commented 8 years ago

We use Coldfusion as our main Server Side language and I noticed that the Symbol look up doesn't work at all in .CFC files. Is there support for Coldfusion or is this something I should get working and submit a Pull Request.

lee-dohm commented 8 years ago

@NerdPad Any updates on this?

lee-dohm commented 8 years ago

@NerdPad We haven't heard anything back from you, so we're going to assume that this is no longer a problem. Please reopen with some more information if that is not the case! :grinning:

cronco commented 8 years ago

@lee-dohm Sorry to comment in an already closed issue, but I seem to have the same problem.

OS: OS X 10.11.4 Atom: Both 1.7.3 and 1.8.0-beta3

Debugging steps tried: stable (1.7.3) works in safe mode, but it doesn't in normal mode with all community plugins disabled and a clean init.coffee Atom-beta 1.8.0-beta3 worked on first run, but after restart it doesn't work as well.

Later Edit: It also seems to work in dev mode.

dperetti commented 8 years ago

Exact same issues as @cronco is describing. Can't figure out. Hasn't work for weeks. Then had been working for a couple days. Then stopped working again for no apparent reason. Works in safe mode.

dperetti commented 8 years ago

Oh my, how about this, I can reproduce the issue now !

Actually, it's not that it works in safe mode by launching atom with atom --safe. It doesn't work when Atom was launched from the Finder and it does work when Atom was launched from the command line (no need to atom --safe, it works with atom!)

cronco commented 8 years ago

Oh wow, @dperetti, that's right. and it might also be a good place to start the debugging.

50Wliu commented 8 years ago

@dperetti @cronco can one of you open a new issue for that please? Thanks!

acorbin3 commented 5 years ago

For me on windows I was racking my brain on pressing Ctr-R but I was suppose to press Alt-R!

lee-dohm commented 5 years ago

@acorbin3 According to the keymap, the key binding on Windows is Ctrl+R, not Alt+R. If you've changed that by altering your keymap or by installing a package that does, you may want to review your list of key bindings in the Settings View.

lee-dohm commented 5 years ago

@lodinv your comment was deleted as a violation of the Atom Code of Conduct as it was insulting or derogatory. You may consider this an official warning.

GLoThreeSixNine commented 3 years ago

@acorbin3 Thank you greatly! your comment, followed by @lee-dohm's input, was exactly what lead me to water. "No Symbols Found" problem fixed.

neilpipped commented 2 years ago

Apologies for commenting on a closed thread but the key binding is indeed Alt+R. What caused my initial issue today was not naming my file in .rb extension. After renaming it, Alt+R worked. I suppose the "missing symbol" was the extension.

Michaelovesyoubitch commented 1 year ago

@acorbin3 According to the keymap, the key binding on Windows is Ctrl+R, not Alt+R. If you've changed that by altering your keymap or by installing a package that does, you may want to review your list of key bindings in the Settings View.

But it works only on Alt+R. Magic.

prajularavichandran commented 1 year ago

For me on windows I was racking my brain on pressing Ctr-R but I was suppose to press Alt-R!

Thank you! Alt-R works

Mike-Ward-773 commented 1 year ago

I am running it on Linux Mint and had the same issue with "No Symbols Found". I used Alt R and it worked. Thanks for your help guys.