Editing shell script files is an operation every developer does every now and then. As such having a good and rich editor inside your IDE is crucial for development.
With the advent of LSP (language server protocol) creating a good editor using existing language server and relying on existing infrastructure provided by LSP4E, TM4E and related projects is now way easier and provides reacher UX compared to handling all the language specifics in the Eclipse plugin.
Finding that the existing DLTK subproject for shell editor is too expensive to maintain this one is intended to be the natural replacement for it coming from same developers.
The goal of Eclipse ShellWax is to provide a rich editor for shell script files using existing language server for the purpose. Goal of the project is to be thin wrapper around language server and shell interpreters as provided by the operating system.
Eclipse ShellWax will provide editor for *.sh files with:
- outline
- autocomplete
- error markers
- hover help
- and other common editor functions.
Executing shell scripts from inside the IDE and seeing output in Eclipse console will be supported too.
The Eclipse Foundation has a strong history and community around building vendor-agnostic developer tools. Eclipse IDE is still the leading IDE and close relation with rest of the ecosystem makes it a natural fit.
Although the project is supposed to be thin wrapper there will be a lot of work to:
* Stabilize running and integrating with different operating systems and their shells
* Support for future changes in Eclipse IDE stach
* Support for future changes in used language server
Initial contribution: May 2019
Stable release: Sep 2019
The initial contribution will come from the ShellWax project (https://github.com/akurtakov/shellwax). This includes all the major functionality listed above.
- Log in to post comments
How to use shellwax in eclipse to debug the bash script ?
Submitted by Prashant Adlinge on Tue, 12/31/2019 - 13:12
How to use shellwax in eclipse to debug the bash script ?
Is there any single document ?