ShellWax

Add this URL to your Eclipse Installation to reach this solution's update site.

2025-12 (4.38), 2025-09 (4.37), 2025-06 (4.36), 2025-03 (4.35), 2024-12 (4.34), 2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31)

https://download.eclipse.org/shellwax/snapshots/

2024-03 (4.31), 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), 2024-06 (4.32), 2024-09 (4.33), 2024-12 (4.34), 2025-03 (4.35), 2025-06 (4.36)

https://download.eclipse.org/shellwax/releases/1.2.3/

Learn more...
Solution Description

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

Date Ranking Installs Clickthroughs
July 2026 0/0 0 0
June 2026 239/641 26 64
May 2026 223/608 32 59
April 2026 199/612 49 74
March 2026 201/627 59 61
January 2026 182/631 66 56
December 2025 216/621 49 27
November 2025 201/626 59 16
October 2025 182/637 83 18
September 2025 171/653 100 14
August 2025 180/615 73 11
July 2025 184/636 83 10
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 1

Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for ShellWax.

HTML Code:

Markdown Syntax:

Output:

👁 Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Reviews Add new review

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: 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 Aleksandar 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).

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.

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?
 

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?

broken and slow

Submitted by elatllat Mising name on Mon, 08/17/2020 - 15:08

  • ShellWax can't find node.js even though "which -a node", "which -a nodejs" and "which -a node,js" all report it's on my path, and other other eclipse plugins use it without issue.
  • 3 second lag when editing makes it fairly unusable.
  • Eclipse Version: 2020-09 M2 (4.17.0 M2) Build id: 20200806-2245
  • all plugins up to date.

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

  1. Check if notdejs is installed
    1. $ nodejs --version
  2. If the above returns 'command not found', install with
    1. $ sudo apt install -y nodejs