-
Notifications
You must be signed in to change notification settings - Fork 14
SolidityEditor
UrsZeidler edited this page Feb 10, 2017
·
8 revisions
The https://github.com/webdaford/smart-contract-tools project provides a xtext based solidity editor for eclipse. Currently only some private builds are available:
- http://opensource.urszeidler.de/SolidityEditor-1.0.0-SNAPSHOT.zip (pre 0.4.0)
- http://opensource.urszeidler.de/SolidityEditor-1.0.1-SNAPSHOT.zip (supporting the changes for 0.4.0)
These builds are made from my private branch (https://github.com/UrsZeidler/smart-contract-tools).
- outline to navigate in the file
- Syntax highlighting and folding
- basic syntax checks
- context sensitive code completion
- context sensitive code completion
- Configurable code templates
Use the compiler feature to compile the contracts when you save.
Some of the main features: