fuse-open / atom-plugin

Fuse Open plugin for Atom
MIT License
30 stars 11 forks source link

Atom does not auto-complete UX. #34

Open parkchangsoo opened 7 years ago

parkchangsoo commented 7 years ago

image

image

image

It works fine in Sublime. [See image]

What can I do?

Tapped commented 7 years ago

You have a fuse icon in the tray, while running the editor?

parkchangsoo commented 7 years ago

You have a fuse icon in the tray, while running the editor? --> Yes. There is a fuse icon in the tray.

parkchangsoo commented 7 years ago

I have found the cause of the error.

image When the tag is finished, the next line is not autocomplete.

image When this tag finishes, autocomplete works from the next line.

I want to know why.

Tapped commented 7 years ago

Hmm, does this happen also inside of the dockpanel for example? I suspect this is a bug with how the root tag is interpreted

Tapped commented 7 years ago

I've located the error, and a fix will be released in a later release of Fuse. It will take a while since it's not a plugin error.

parkchangsoo commented 7 years ago

Thank you for your kind reply.