Linux Tools Project - System Tap Editor Plug-in

Overview

The Linux Tools SystemTap editor plugin adds SystemTap script editing support to Eclipse. The editor includes completion, syntax highlighting, partition support and code folding.

Current Status

In conjunction with Eclipse 3.4.1, the plugin supports:

  • Coding folding of probe points
  • Completion suggestions of probe points
  • Syntax Highlighting

Future Plans

  • Improved code folding to fold comment and functions
  • Script error detection
  • Expansion of completion to include functions, and built-in updates as System Tap updates

Screenshots


SystemTap editor sample

Try it out

Version 0.3.0 is available via the update site: http://download.eclipse.org/technology/linuxtools/update
You can also check the project plugins out of Git directly from eclipse.org at git://git.eclipse.org/gitroot/linuxtools/org.eclipse.linuxtools.git. You will need to check out the following from systemtap subfolder:

     org.eclipse.linuxtools.systemtap.feature
     org.eclipes.linuxtools.systemtap.ui.editor
From there, run the plugins as an Eclipse Application.

Incubation
Incubation