# shellwax **Repository Path**: mirrors_eclipse/shellwax ## Basic Information - **Project Name**: shellwax - **Description**: Shell script editor plugin for Eclipse - **Primary Language**: Unknown - **License**: EPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Eclipse ShellWax Clone to Eclipse IDE ### Shell script edition in Eclipse IDE ShellWax is a shell script development plugin for the Eclipse IDE, providing a rich edition experience through integration with the [Bash Language Server](https://github.com/bash-lsp/bash-language-server). ## Download/Install With Eclipse IDE properly installed on your machine, just click [HERE](eclipse+mpc://marketplace.eclipse.org/install/4528322) _OR_ Browse to https://marketplace.eclipse.org/content/shellwax and follow installation instructions _OR_ From a working Eclipse IDE, install from the Update Site at [https://download.eclipse.org/shellwax/snapshots/](https://download.eclipse.org/shellwax/snapshots/). ### Prerequisites In order to use ShellWax on the user machine it's mandatory to have the following installed and available on PATH environment variable: - Bash (bash). Note: Windows users should have bash installed via [Windows Subsystem For Linux and their distro of choice](https://docs.microsoft.com/en-us/windows/wsl/install-win10). ## Features ShellWax brings together multiple different sources of features to make an enjoyable developing environment. Here are just a few of the most common features. Download today to discover all Corrosion has to offer. ### Theming The syntax highlighting is "externalized" to TM4E plugins. You can configure a theme (in the TextMate meaning of a theme) for specific file type in Preferences > TextMate > Grammar, select a language and then click the "Theme" tab on that same page. ### Bash Language Server The Bash Language Server supplies ShellWax with the majority of the edition abilities. More information can be found at the [Bash Language Server GitHub Repository](https://github.com/bash-lsp/bash-language-server). - Jump to declaration - Find references - Code Outline & Show Symbols - Highlight occurrences - Code completion - Simple diagnostics reporting - Documentation for flags on hover ### License ShellWax is an Open Source project licensed under [The Eclipse Public License - v 2.0](https://www.eclipse.org/legal/epl-2.0/) [More Licensing Information](LICENSE)