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
plugin version: 0.53-0.56
from 0.53 I found this bug with local open intention
Also it seems that deep nested function intention is not working. For example now it works with two nested functions but not with three.
UPDATE: It seems that 0.56 has slightly different behaviour and not so buggy anymore :)
Js.Promise.( /* Promise local open can be expanded */ Api.all() |> then_(result => Js.log(result)) /* arrow function intention is not popping up */ );
The text was updated successfully, but these errors were encountered:
#67 - reproduced the intention problem in a test
769450b
#67 - Detect inner lambda function
26ad8cf
#67 - Add a test to validate this bug is fixed
1224204
giraud
No branches or pull requests
plugin version:
0.53-0.56
Description
from 0.53 I found this bug with local open intention
Also it seems that deep nested function intention is not working. For example now it works with two nested functions but not with three.
UPDATE:
It seems that 0.56 has slightly different behaviour and not so buggy anymore :)
The text was updated successfully, but these errors were encountered: