eclipse / shellwax

Shell script editor plugin for Eclipse
https://marketplace.eclipse.org/content/shellwax
Eclipse Public License 2.0
17 stars 12 forks source link

[Question/feature request] Code formatting #17

Closed akwala closed 2 years ago

akwala commented 5 years ago

Is providing code formatting planned for this plugin?

If not, is there another way to format bash/shell scripts when saving the file? I remember using something external that I configured in Eclipse to format before saving, but can't recall what that was.

akurtakov commented 4 years ago

No plan for such thing in shellwax. It should be implemented in the language server (bash-language-server is what we use). P.S. Sorry for the late reply. I missed this one.

akurtakov commented 2 years ago

Closing the issue. Please request it at https://github.com/bash-lsp/bash-language-server/issues/new .