Calva: Cannot find definition for derefed val

Created on 28 Jan 2019  路  2Comments  路  Source: BetterThanTomorrow/calva

"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.

bug

Most helpful comment

I think it can be closed. Thanks for fixing it 馃憤

All 2 comments

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

I think it can be closed. Thanks for fixing it 馃憤

Was this page helpful?
0 / 5 - 0 ratings