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

Go to references and peek references only find refs in the same file #221

Open
derekuang opened this issue Nov 23, 2021 · 2 comments
Open

Comments

@derekuang
Copy link

Is my erlang version too old(19.3)?

@mwfj
Copy link

mwfj commented Mar 1, 2022

@derekuang Hi, have you solved this problem? Cuz I encounter the same one.

@DominicGame
Copy link

not work on win10

PS D:\tmp\erl> rebar3 version
rebar 3.19.0 on Erlang/OTP 24 Erts 12.3.2

image
but I can goto define

with record in same file always have this error, but with an .hrl file, with work like before

-record(a, {aaaa}).

start(_StartType, _StartArgs) ->
    #a{aaaa = ?AAAA}.

image

VS can tell me record/marco not define

this is my situation

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

3 participants