ShellWax is a shell script development plugin for the Eclipse IDE, providing a rich editing experience through integration with the Bash Language Server.
Categories: General Purpose Tools, IDE
Tags: fileExtension_sh, fileExtension_bats, fileExtension_inc, fileExtension_bash, fileExtension_command
Additional Details
Eclipse Versions: 2024-03 (4.31), 2024-06 (4.32), 2024-09 (4.33), 2023-12 (4.30), 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: Red Hat Inc.
Development Status: Production/Stable
Date Created: Tuesday, March 5, 2019 - 07:47
License: EPL 2.0
Date Updated: Monday, February 26, 2024 - 05:45
Submitted by: Alexander Kurtakov
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
October 2024 | 171/514 | 19 | 2 |
September 2024 | 147/642 | 173 | 20 |
August 2024 | 140/641 | 166 | 25 |
July 2024 | 137/663 | 186 | 19 |
June 2024 | 141/681 | 206 | 21 |
May 2024 | 144/682 | 215 | 20 |
April 2024 | 111/687 | 328 | 17 |
March 2024 | 108/694 | 356 | 9 |
February 2024 | 91/687 | 380 | 283 |
January 2024 | 108/691 | 358 | 24 |
December 2023 | 110/671 | 305 | 12 |
November 2023 | 81/686 | 579 | 21 |
Reviews Add new review
nodejs is a prerequisite for linux
Submitted by Michael Rothermel on Tue, 04/02/2024 - 06:56
Not sure if it's mentioned anywhere but nodejs is a prerequisite for linux
The following commands works in Debian 12
broken and slow
Submitted by elatllat Mising name on Mon, 08/17/2020 - 15:08
node.js
Submitted by Mario Charest on Fri, 05/08/2020 - 12:21
Version: 2020-03
Ubuntu 20.04
openjdk 11.0.7
Missing node:
Could not find node.js. This will result in editors missing key features.
Please make sure node.js is installed and that your PATH environment variable contains the location to the `node`executable.
But node is installed ( with apt install nodejs), node is in the PATH. I can start it from the shell, node lives in /usr/bin/
Suggestion?
error after installation: Missing node: Could not find node.js
Submitted by Anselm Distelrath on Wed, 01/15/2020 - 05:53
Windows 7
Eclipse IDE for Enterprise Java Developers.
Version: 2019-12 (4.14.0)
Build id: 20191212-1212
Error message:
Missing node:
Could not find node.js. This will result in editors missing key features.
Please make sure node.js is installed and that your PATH environment variable contains the location to the `node`executable.
What should be done to correct this?
Re: Missing node: Could not find node.js
Submitted by Alexander Kurtakov on Fri, 01/17/2020 - 06:07
In reply to error after installation: Missing node: Could not find node.js by Anselm Distelrath
Install node.js (https://nodejs.org/en/) locally on your machine and make sure that 'node' executable from it is on your PATH. If you're on Linux you can try https://github.com/flathub/org.eclipse.Java .
How to use shellwax in eclipse to debug the bash script ?
Submitted by Prashant Adlinge on Tue, 12/31/2019 - 13:29
Not able to debug the shell script as that of shellEd.
Is there any document for the same ?
Eclipse freezes while opening a .sh file
Submitted by Alex Mattern on Wed, 11/20/2019 - 10:25
I do not recommend this tool as it causes eclipse to freeze for about 20-30 seconds upon opening a .sh file. During the freezing time Eclipse says that it is doing something with Bash Language Server.
I am unable to log into Github due to firewall and therefore cannot post any associated support ticket there.
Re: Eclipse freezes while opening a .sh file
Submitted by Alexander Kurtakov on Thu, 11/21/2019 - 09:23
In reply to Eclipse freezes while opening a .sh file by Alex Mattern
Is this happening on latest Eclipse version? I remember such issue but it was an issue in LSP4E which has been fixed a release or two ago?
Re: Re: Eclipse freezes while opening a .sh file
Submitted by Alex Mattern on Thu, 11/21/2019 - 21:58
In reply to Re: Eclipse freezes while opening a .sh file by Alexander Kurtakov
I have already self-updated my eclipse version to the newest version. So the newest 2019 version is where the slowness is occuring.
Fails without dependencies
Submitted by Philippe Cloutier on Wed, 08/21/2019 - 09:34
This depends on Node.js and does not install it automatically. Eclipse will work if Node.js is missing, but ShellWax will not help.
Problems with activation of ShellWash
Submitted by Gregory Miecznik on Fri, 07/12/2019 - 13:56
Hi,
I just installed ShellWax into Eclipse IDE, Version 2019-03, on Linux RH7, but I can't open a project with shellWax - it is not listed in File->New->Projects, nor in File->New->Other.
What else do I need to install or customize to make ShellWax project visible.
Thank you
Greegory Miecznik
Re: Problems with activation of ShellWash
Submitted by Alexander Kurtakov on Mon, 07/15/2019 - 08:09
In reply to Problems with activation of ShellWash by Gregory Miecznik
There is no need for specific project. Just open *.sh file in any kind of project (with Generic Editor in case you have other editors too). and that's it.
Re: Re: Problems with activation of ShellWash
Submitted by Hubert Degaudenzi on Fri, 01/03/2020 - 08:44
In reply to Re: Problems with activation of ShellWash by Alexander Kurtakov
Well, I am afraid that doesn't cut it. Most of my shell executables don't have any extension (as it is recommended generally on *nix). I then need to be able to switch explicitly to the new shellwax editor.
It is true that ".sh" extension are somehow used but in principle this is reserved for scripts which are sourced by a specific shell (and not executed).