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

Cannot find definition for derefed val #106

Closed
il-tmfv opened this issue Jan 28, 2019 · 2 comments
Closed

Cannot find definition for derefed val #106

il-tmfv opened this issue Jan 28, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@il-tmfv
Copy link

il-tmfv commented Jan 28, 2019

"Go to Definition" leads to this when var is derefed with @:

I guess it thinks that @ is a part of var name.
If I add a space after @ then it works fine.

UPD: this is a cljs project.

@il-tmfv il-tmfv changed the title Cannot find definition for derefed value Cannot find definition for derefed val Jan 28, 2019
@PEZ PEZ added the bug Something isn't working label Jan 28, 2019
@PEZ
Copy link
Collaborator

PEZ commented Jan 28, 2019

Thanks for reporting! It looks like the word-regexp lacks @ as a delimeter.

bpringe added a commit that referenced this issue Nov 3, 2019
@il-tmfv
Copy link
Author

il-tmfv commented Jan 16, 2020

I think it can be closed. Thanks for fixing it 👍

@PEZ PEZ closed this as completed Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants