itemisCREATE / solidity-ide

Solidity plugin for Eclipse
Eclipse Public License 1.0
87 stars 25 forks source link

Issue 171 #195

Closed jthoene closed 5 years ago

jthoene commented 5 years ago

This Pullrequest fixes #171

The code completion for import directives now provides a list of all solidity files in the same eclipse project. Also the hyperlinking for the imports was implement, if I know press CTRL + Leftclick on the import i will be directed to the imported file. Lastly the outline view was adapted and now only shows the name of the imported solidity file as node label for an import directive node.