-
Notifications
You must be signed in to change notification settings - Fork 299
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
Ctrl+Click on function broken since 1.3.20-IDEA231 #552
Comments
same problem when using EmmyLua 1.4.7-IDEA231 |
Same problem |
Prev. plugin version (EmmyLua 1.4.3-IDEA231) https://plugins.jetbrains.com/plugin/9768-emmylua/versions/stable/343347 do work for me (IDEA 2023.1.2) |
same problem |
Same problem for me. Navigation to any custom classes etc does not work anymore. |
because 1.4.7 remove new index system, it may be necessary to wait until 2023.2 for the author to come out and handle it. |
1.4.8 has been removed, so please download it from here https://github.com/EmmyLua/IntelliJ-EmmyLua/actions/runs/5777749632 |
This is working for me as well. Fresh install of IntelliJ.
|
Environment(环境)
What are the steps to reproduce this issue?(重现步骤?)
What happens?(出现什么问题?)
"No usages found in Project Files"
What were you expecting to happen?(期望?)
Take me to function declaration.
Any logs, error output, etc?(有没有什么log, error输出?)
No
Any other comments?(其它说明)
The last version that this worked in was 1.3.11. Starting with 1.3.20 and all versions of EmmyLua after this, this feature is broken.
For example:
local contract = Contract.Create( ... )
When Ctrl+Click on the word "Create" above in 1.3.11 it will take me to the file and line where Contract.Create function is defined. Starting in 1.3.20 and up, it will say "No usages found in Project Files" instead.
The text was updated successfully, but these errors were encountered: