-
Notifications
You must be signed in to change notification settings - Fork 43
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
Purity plugin IDE integration #28
Comments
@raulraja Could you provide a pointer to the existing code of the purity plugin? I'm not seeing it in |
@i-walker was the last one fiddling with it |
@jansorg I started the plugin as an Inspection, but I don't had time, yet to figure out how to register an unregistered Extension to the IDE successfully. In the ide dsl you would write something like this:
This is a simplified version from our legacy attempt here: The problem is that even though I can debug that |
We should keep that open because we're still working on traversing and resolving the type of each Call of a Function.
|
The original version of the purity plugin checks when a function returns Unit or contains calls in its body to other functions that it return Unit.
This plugin should show visually in the editor this is happening and provide intentions to refactor the function to become
suspend
. This is the IDE piece of the purity plugin.The text was updated successfully, but these errors were encountered: