Skip to content
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

Curly braces intentions are broken #67

Closed
Coobaha opened this issue Jun 21, 2018 · 0 comments
Closed

Curly braces intentions are broken #67

Coobaha opened this issue Jun 21, 2018 · 0 comments
Assignees

Comments

@Coobaha
Copy link
Contributor

Coobaha commented Jun 21, 2018

plugin version:
0.53-0.56

Description

from 0.53 I found this bug with local open intention
open

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 */
);

@giraud giraud added the 🐛 bug label Jul 2, 2018
@giraud giraud self-assigned this Sep 20, 2018
giraud added a commit that referenced this issue Sep 20, 2018
@giraud giraud closed this as completed Oct 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants