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

Auto completion for a class property of the associative array type #11

Open
delaio opened this issue Mar 21, 2023 · 5 comments
Open

Auto completion for a class property of the associative array type #11

delaio opened this issue Mar 21, 2023 · 5 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@delaio
Copy link

delaio commented Mar 21, 2023

Hello,
This extension works very well. But when the associative array is a property (static or not) of a class, the auto completion no longer works. Is there a solution?

@klesun
Copy link
Owner

klesun commented Mar 21, 2023

oh, needs debugging, PRs welcome

@klesun klesun added the help wanted Extra attention is needed label Mar 21, 2023
@delaio
Copy link
Author

delaio commented Mar 21, 2023

Sorry, my English is limited. What does PRs say?

@klesun
Copy link
Owner

klesun commented Mar 21, 2023

Oh, excuse me as well, I meant Pull Requests.

If by some chance you (or anyone else reading this) are willing to dig into some Java code and make changes in this repository, I'll gladly assist you in fixing this issue.

Most likely IDEA's API AST format changed which broke plugin's support for class properties.

@klesun
Copy link
Owner

klesun commented Mar 21, 2023

oh, lol, it's the vscode plugin, not the IDEA one, silly me...

guess that means digging into the typescript code, not java code =P

but my assistance offer stays nevertheless if anyone is interested

@delaio
Copy link
Author

delaio commented Mar 21, 2023

Ok, thank you for this quick response. I am not able to offer the assistance necessary to solve this problem. I can only illustrate my request for those who are able to provide a solution. In any case, thank you for this extension.

image

image

@klesun klesun added the good first issue Good for newcomers label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants