We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The plugin doesn't recognize the new static method syntax and subsequently knowledge about returned types and function usages.
The plugin should recognize static methods.
I defined a static method like this:
pub fn Client.new(endpoint string, apikey string) Client { return Client{ endpoint: endpoint, apikey: apikey, } }
this is the result:
Also is doesn't track usage references:
See above.
No response
v doctor
IntelliJ IDEA 2024.3.1.1 (Community Edition)
2024.3.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The plugin doesn't recognize the new static method syntax and subsequently knowledge about returned types and function usages.
Expected Behavior
The plugin should recognize static methods.
Current Behavior
I defined a static method like this:
this is the result:
Also is doesn't track usage references:
Reproduction Steps
See above.
Possible Solution
No response
Additional Information/Context
No response
Environment details (
v doctor
output)IDE Type (IDEA Community/Ultimate, GoLand, CLion, etc.)
IntelliJ IDEA 2024.3.1.1 (Community Edition)
Plugin Version
2024.3.1
The text was updated successfully, but these errors were encountered: