-
Notifications
You must be signed in to change notification settings - Fork 251
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
IntelliJ Rust plugin can't type complete aws_sdk_ec2::Client::new #716
Comments
Fixed by going to IntelliJ settings: and specifying
after stumbling upon intellij-rust/intellij-rust#2067 |
thanks for calling this out! We're hoping to improve this situation very soon as part of smithy-lang/smithy-rs#2081 I've added a task to that story also include a test that will fail if any file is larger than 1MB. I'll keep this issue updated |
This will be fixed in the upcoming SDK release. |
|
Describe the bug
I cannot type complete any of the definitions from
aws_sdk_ec2::Client::new
. No go to definition and no type ascription.Expected Behavior
Using this library should behave like other Rust code and provide the native functionality of intellij's rust plugin.
Current Behavior
If I navigate to the client.rs file for the ec2 sdk I see this warning at the top of the file
Reproduction Steps
Download IntelliJ IDEA 2022.3.1 and the Rust plugin
223.8214.52
Possible Solution
Smaller generate code file, somehow?
Additional Information/Context
No response
Version
The text was updated successfully, but these errors were encountered: