You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
About my environment:
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.._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.The text was updated successfully, but these errors were encountered: