-
Notifications
You must be signed in to change notification settings - Fork 495
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
Provide intention to fill trait members #5944
Comments
hello @mkaput Kindly provide the link to this in the codebase. |
Hey! Same store as in #5945 Here's the starting point: cairo/crates/cairo-lang-language-server/src/ide/code_actions/mod.rs Lines 34 to 78 in cdaceb9
You can follow the implementation of unused variable intention as the hooking point. First, you need to assign an error code to this particular diagnostic; you can You will need to get information about trait items. This is provided in the cairo/crates/cairo-lang-semantic/src/db.rs Lines 397 to 431 in 50d465c
|
@LamsyA any progress? how can I help? |
Implement the following intention in CairoLS:
The text was updated successfully, but these errors were encountered: