Skip to content

akurtakov/shellwax

 
 

Repository files navigation

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.

Download/Install

With Eclipse IDE properly installed on your machine, just click HERE

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/.

Prerequisites

In order to use ShellWax on the user machine it's mandatory to have the following installed and available on PATH environment variable:

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.

  • 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

More Licensing Information

Packages

No packages published

Languages

  • Java 100.0%