erlang-vscode icon indicating copy to clipboard operation
erlang-vscode copied to clipboard

support formatter& clean directory

Open fireflyc opened this issue 8 years ago • 4 comments

support formatter(use tidy) clear up directory structure ignore diectory typing

fireflyc avatar Nov 08 '16 08:11 fireflyc

Thanks a lot for your contribution! I won't be able to merge this PR in this repo, since the extension here doesn't require having rebar3 or even an Erlang installation, but I will merge it to https://github.com/yuce/vscode-erlang-next (which will become the next version of this extension) if that's OK with you.

yuce avatar Nov 13 '16 00:11 yuce

I notice that you are implementing a language server (whatels). Does it support language server vscode?

fireflyc avatar Nov 14 '16 03:11 fireflyc

It doesn't support vscdode language server protocol, but I've started to use work on whatels before the protocol was released to public. whatels is supposed to be able to be used from any editor, node module for it is here: https://github.com/yuce/whatels-node.

yuce avatar Nov 14 '16 19:11 yuce

@fireflyc did you ever find or implement an extension that supports formatting for erlang files?

pselden avatar Dec 13 '17 17:12 pselden