Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

find-definition silently fails; sometimes briefly creating a new tab #77

Open
radix opened this issue Dec 13, 2016 · 1 comment
Open

Comments

@radix
Copy link

radix commented Dec 13, 2016

About my environment:

  • I seem to have atom-racer configured properly, inasmuch as intelligent code completion in atom works quite well.
  • I'm using Windows 10, rustup-installed stable rust, msvc toolchain.

However, when I use find-definition, there are two different behaviors. Note that I'm using the command palette to launch the Racer: Find Definition command.

  • if the symbol I'm trying to find the definition of is defined in a separate file (like a method on a struct), nothing visibly happens, not even an error.
  • if the symbol is in the same file, it looks like it very very briefly opens up a new tab. I think the name of the tab starts with something like ._main.rs.racertmp, followed by a bunch of numbers, and the file I'm currently working in is named main.rs. It disappears very quickly.
@hhkbp2
Copy link

hhkbp2 commented Feb 9, 2017

I meet the same problem.

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

No branches or pull requests

2 participants