Skip to content

SolidityEditor

UrsZeidler edited this page Feb 10, 2017 · 8 revisions

solidity editor for eclipse

The https://github.com/webdaford/smart-contract-tools project provides a xtext based solidity editor for eclipse. Currently only some private builds are available:

These builds are made from my private branch (https://github.com/UrsZeidler/smart-contract-tools).

Use the compiler feature to compile the contracts when you save.

Some of the main features:

outline

outline to navigate in the file:

outline

Syntax highlighting and folding:

solidity-editor-highlighting

basic syntax checks:

syntax-check

context sensitive code completion:

syntax-check syntax-check

Configurable code templates:

syntax-check

syntax-check