-
Notifications
You must be signed in to change notification settings - Fork 114
"No symbols found" in file view when opening Atom from Finder on Mac #177
Comments
Thanks for opening a new issue @cronco! |
I'm getting the same issue. Mac: 10.11.4 I generated tags using ctags and the "Show all symbols in the project" option works, just not the "Show all symbols in current file" option. It worked once or twice this morning, so I'm not sure what's different. This has been an issue for a few weeks now. Thanks! Edit: It does work when opened from the command line, so at least there's a workaround! |
Same for me: I always have to start from the command line. This is a python project and I think the python that is activated at startup is the one used. What generates the ctags ? |
Atom launched from command line will inherit "TMPDIR" environment variable. Here's how i validate this thought: Open Atom from command line and Finder, and compare their Check my $TMPDIR
Launch Atom from Finder, Watch the new process event by dtrace script ,
Same step as above , but from command line:
|
So @neko1990 is this a bug resolution? Should we start atom from the command line to get symbols in our files? |
@martisj IMHO, this issue related to Path environment variable is not inherited of atom. Be aware , workaround on that issue didn't work on my machine, this may due to violating the "Atom.app" signature (reference). Launching Atom from command line is just another workaround. The bug-fix could be Atom someday properly set "TMPDIR" and other environment variables. PS: Currently i use goto:file-symbol for file scope symbol navigation, which avoid using ctags but much slower. |
Getting the same issue here: Atom: 1.11.1 |
Still happens if I launch Atom from Finder. Works properly if I launch it from the terminal. Atom: 1.14.1 |
fwiw still happening here too: Atom: 1.14.1 |
Exact same setup as @dubstrike and can confirm. This stop happening some release ago and then reappared, think with 1.14. |
Same Issue here. now with Atom 1.15.0 and macOS 10.12.4 |
I just encountered the same problem. Atom 1.17.0, OS X 10.12.3. This was very frustrating to debug because launching in safe mode works (because Atom is launched from the terminal), but disabling all packages and relaunching Atom does not. |
same problem 1.18.0 and macos 10.12.5, works fine from command line |
1 year later, the bug is still there... |
Same here. |
I recently tried to learn Python programming for building trading bot. OS:OSX 10.13.2(17C88) |
I am seeing the same issue. The .tags file shows the symbols that should be populating the "File Symbols" list, but I get a "No Symbols Found" message whether I launch from finder or the terminal. OSX 10.13.3 (17D47) |
I was so stupid to make that mistake. |
Same issue with Atom 1.25.0 x64 on OS X 10.12.6 |
Same issue with Atom 1.30.0 x64 on OS X 10.13.6 |
I'm also having this issue, albeit I'm not running on Mac (not sure if you want to create another issue for this). I'm running Atom v1.30.0 on CentOS v7.5.1804 and I'm launching it via the [Desktop Entry]$ Launching Atom from the command line doesn't fix the issue in my case. |
same here. working from Linux Mint 18.1 and not many packages installed.
|
I also have the same issue, running Manjaro with 4.19 LTS kernel, Atom version is 1.43. Used to work a few months ago, now it isn't. |
I'm also experiencing this issue on Arch Linux for a bunch of weeks now. Just did a full system upgrade and reboot and the issue is still there. Deleting |
This issue was "forked" from #173 at @50Wliu's suggestion.
Initially I thought the issue is mitigated by opening Atom in dev or safe mode, but @dperetti correctly pointed out that the bug doesn't reproduce if you start from the CLI, no
--dev
or--safe
needed.As mentioned in the bug above, I've also tried disabling other plugins, and it does not help. I'll try looking into the bug myself when I get some time.
The text was updated successfully, but these errors were encountered: